3775 sayantan.dutta@stripped 2012-03-15 [merge]
BUG #13619394 - 62572: "MAKE TEST" FAILS ON "MY_VSNPRINTF"Reverting Back sighting Bar's mail.
modified:
unittest/mysys/my_vsnprintf-t.c
3774 Sunny Bains 2012-03-15
Bug#13839886 - CRASH IN INNOBASE_NEXT_AUTOINC
The assertion introduce in the fix for Bug#13817703 is too strong, a negative
number can be greater than the column max value, when the column value is
a negative number.
rb://978 Approved by Jimmy Yang.
modified:
mysql-test/suite/innodb/r/innodb-autoinc.result
mysql-test/suite/innodb/t/innodb-autoinc.test
storage/innobase/handler/ha_innodb.cc
=== modified file 'unittest/mysys/my_vsnprintf-t.c'
--- a/unittest/mysys/my_vsnprintf-t.c 2012-03-14 11:44:06 +0000
+++ b/unittest/mysys/my_vsnprintf-t.c 2012-03-15 07:08:06 +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-trunk branch (sayantan.dutta:3774 to 3775) Bug#13619394 | sayantan.dutta | 15 Mar |