#At file:///home/bm136801/my/lowcase-51/ based on revid:bjorn.munch@stripped
2943 Bjorn Munch 2010-10-20
Bug #52019 main.mysqltest fails on new tests for lowercase_result
Limited to actual bug fix, fixing a while condition
Again confirmed on Linux PPC and on AIX 5.3
modified:
client/mysqltest.cc
=== modified file 'client/mysqltest.cc'
--- a/client/mysqltest.cc 2010-10-01 09:00:18 +0000
+++ b/client/mysqltest.cc 2010-10-20 09:22:08 +0000
@@ -5742,7 +5742,7 @@ int read_line(char *buf, int size)
{
/* It was not a multiline char, push back the characters */
/* We leave first 'c', i.e. pretend it was a normal char */
- while (p > mb_start)
+ while (p-1 > mb_start)
my_ungetc(*--p);
}
}
Attachment: [text/bzr-bundle] bzr/bjorn.munch@oracle.com-20101020092208-wl84dw21z5ypcfli.bundle
| Thread |
|---|
| • bzr commit into mysql-5.1-mtr branch (bjorn.munch:2943) Bug#52019 | Bjorn Munch | 20 Oct |