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

« back to all changes in this revision

Viewing changes to mysql-test/r/ctype_ucs.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:
990
990
????????
991
991
select quote(name) from bug20536;
992
992
quote(name)
993
 
????????
994
 
????????????????
 
993
'test1'
 
994
'\'test\\_2\''
995
995
drop table bug20536;
996
996
set names ucs2;
997
997
ERROR 42000: Variable 'character_set_client' can't be set to the value of 'ucs2'
1238
1238
WHERE t1.b <=> (SELECT a FROM t1 WHERE a < SOME(SELECT '1'));
1239
1239
DROP VIEW v1;
1240
1240
DROP TABLE t1;
 
1241
#
 
1242
# Bug#59648 my_strtoll10_mb2: Assertion `(*endptr - s) % 2 == 0' failed.
 
1243
#
 
1244
SELECT HEX(CHAR(COALESCE(NULL, CHAR(COUNT('%s') USING ucs2), 1, @@global.license, NULL) USING cp850));
 
1245
HEX(CHAR(COALESCE(NULL, CHAR(COUNT('%s') USING ucs2), 1, @@global.license, NULL) USING cp850))
 
1246
00
 
1247
SELECT CONVERT(QUOTE(CHAR(0xf5 using ucs2)), SIGNED);
 
1248
CONVERT(QUOTE(CHAR(0xf5 using ucs2)), SIGNED)
 
1249
0
 
1250
Warnings:
 
1251
Warning 1292    Truncated incorrect INTEGER value: ''
1241
1252
End of 5.0 tests