~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/r/ctype_ujis.result

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
2374
2374
DROP PROCEDURE sp1;
2375
2375
DROP TABLE t1;
2376
2376
DROP TABLE t2;
 
2377
#
 
2378
# Bug#57257 Replace(ExtractValue(...)) causes MySQL crash
 
2379
#
 
2380
SET NAMES utf8;
 
2381
SELECT CONVERT(REPLACE(EXPORT_SET('a','a','a','','a'),'00','') USING ujis);
 
2382
CONVERT(REPLACE(EXPORT_SET('a','a','a','','a'),'00','') USING ujis)
 
2383
 
 
2384
Warnings:
 
2385
Warning 1292    Truncated incorrect INTEGER value: 'a'
 
2386
Warning 1292    Truncated incorrect INTEGER value: 'a'
2377
2387
set names default;
2378
2388
set character_set_database=default;
2379
2389
set character_set_server=default;