summaryrefslogtreecommitdiff
path: root/unittest/mysys
diff options
context:
space:
mode:
authorsayantan.dutta@oracle.com <>2012-03-15 12:35:09 +0530
committersayantan.dutta@oracle.com <>2012-03-15 12:35:09 +0530
commitb373f4056b5215150ebfd185a079be9c9a598057 (patch)
treecb30e75203b0be606918329daa90635045fd277d /unittest/mysys
parentaaf0e5d6041ac7f5ab3ff3c144b2cb367521053c (diff)
downloadmariadb-git-b373f4056b5215150ebfd185a079be9c9a598057.tar.gz
BUG #13619394 - 62572: "MAKE TEST" FAILS ON "MY_VSNPRINTF"Reverting Back sighting Bar's mail.
Diffstat (limited to 'unittest/mysys')
-rw-r--r--unittest/mysys/my_vsnprintf-t.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mysys/my_vsnprintf-t.c b/unittest/mysys/my_vsnprintf-t.c
index 0085c4c1ebe..dcaa4336b9d 100644
--- a/unittest/mysys/my_vsnprintf-t.c
+++ b/unittest/mysys/my_vsnprintf-t.c
@@ -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",