3753 sayantan.dutta@stripped 2012-03-15
BUG #13619394 - 62572: "MAKE TEST" FAILS ON "MY_VSNPRINTF"Reverting Back sighting Bar's mail.
modified:
unittest/mysys/my_vsnprintf-t.c
3752 Mattias Jonsson 2012-03-14 [merge]
merge of bug#1364811 into mysql-5.5
modified:
mysql-test/r/partition_innodb.result
mysql-test/r/partition_pruning.result
mysql-test/t/partition_innodb.test
sql/ha_partition.cc
sql/ha_partition.h
=== modified file 'unittest/mysys/my_vsnprintf-t.c'
--- a/unittest/mysys/my_vsnprintf-t.c 2012-03-14 10:31:40 +0000
+++ b/unittest/mysys/my_vsnprintf-t.c 2012-03-15 07:05:09 +0000
@@ -155,7 +155,7 @@ int main(void)
"conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)",
1L, NULL, NULL, NULL, NULL);
test1("Hello string `I am a string`",
- "Hello string `%s`", "I am a string");
+ "Hello string `%s", "I am a string");
test1("Hello TEST",
"Hello %05s", "TEST");
test1("My `Q` test",
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.5 branch (sayantan.dutta:3752 to 3753) Bug#13619394 | sayantan.dutta | 15 Mar |