From: Bjorn Munch Date: March 16 2012 9:16am Subject: bzr push into mysql-5.5 branch (bjorn.munch:3759 to 3760) Bug#13619394 List-Archive: http://lists.mysql.com/commits/143227 X-Bug: 13619394 Message-Id: <201203160916.q2G9Ge73024932@acsmt356.oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 3760 Bjorn Munch 2012-03-16 BUG #13619394: fixing incorrect revert Doing this for Sayantan whose VPN is not working ATM modified: unittest/mysys/my_vsnprintf-t.c 3759 Annamalai Gurusami 2012-03-16 [merge] Merging from mysql-5.1 to mysql-5.5. modified: mysql-test/suite/innodb/t/innodb_bug11766634.test === modified file 'unittest/mysys/my_vsnprintf-t.c' --- a/unittest/mysys/my_vsnprintf-t.c 2012-03-15 07:05:09 +0000 +++ b/unittest/mysys/my_vsnprintf-t.c 2012-03-16 09:09:10 +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).