List:Internals« Previous MessageNext Message »
From:bar Date:September 19 2005 6:48am
Subject:bk commit into 5.0 tree (bar:1.1979) BUG#10504
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of bar. When bar does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1979 05/09/19 09:48:03 bar@stripped +2 -0
  ctype_utf8.result, ctype_utf8.test:
    Bug#10504: additional test

  mysql-test/r/ctype_utf8.result
    1.74 05/09/19 09:47:43 bar@stripped +6 -0
    Bug#10504: additional test

  mysql-test/t/ctype_utf8.test
    1.70 05/09/19 09:47:21 bar@stripped +2 -0
    Bug#10504: additional test

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	bar
# Host:	bar.intranet.mysql.r18.ru
# Root:	/usr/home/bar/mysql-5.0.b10504

--- 1.73/mysql-test/r/ctype_utf8.result	2005-09-16 10:22:57 +05:00
+++ 1.74/mysql-test/r/ctype_utf8.result	2005-09-19 09:47:43 +05:00
@@ -1034,6 +1034,12 @@
 select char(0xd1,0x8f);
 char(0xd1,0x8f)
 я
+select char(0xd18f);
+char(0xd18f)
+select char(53647);
+char(53647)
 select char(0xff,0x8f);
 char(0xff,0x8f)
 ÿ

--- 1.69/mysql-test/t/ctype_utf8.test	2005-09-16 10:22:52 +05:00
+++ 1.70/mysql-test/t/ctype_utf8.test	2005-09-19 09:47:21 +05:00
@@ -871,6 +871,8 @@
 # correct value
 select hex(char(1));
 select char(0xd1,0x8f);
+select char(0xd18f);
+select char(53647);
 # incorrect value: return with warning
 select char(0xff,0x8f);
 # incorrect value in strict mode: return NULL with "Error" level warning
Thread
bk commit into 5.0 tree (bar:1.1979) BUG#10504bar19 Sep