#At file:///home/lsoares/Workspace/bzr/work/tests/mysql-6.0-codebase-bugfixing/ based on revid:vvaintroub@stripped
3821 Luis Soares 2010-03-16
Patch for BUG#51716 had been merged in 6.0 codebase with bad
result file.
This patch fixes it.
modified:
mysql-test/suite/rpl/r/rpl_row_utf16.result
=== modified file 'mysql-test/suite/rpl/r/rpl_row_utf16.result'
--- a/mysql-test/suite/rpl/r/rpl_row_utf16.result 2010-03-11 11:33:41 +0000
+++ b/mysql-test/suite/rpl/r/rpl_row_utf16.result 2010-03-16 13:24:50 +0000
@@ -9,7 +9,7 @@ INSERT INTO t1 VALUES ('abc');
#### ON MASTER
SELECT c1, hex(c1) from t1;
c1 abc
-hex(c1) 006F006C0061
+hex(c1) 006100620063
#### ON SLAVE
SELECT c1, hex(c1) FROM t1;
c1 abc
Attachment: [text/bzr-bundle] bzr/luis.soares@sun.com-20100316132450-1bqv51qdp6k9o2hr.bundle
Thread |
---|
• bzr commit into mysql-6.0-codebase-bugfixing branch (luis.soares:3821)Bug#51716 | Luis Soares | 16 Mar |