mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
BUG #13619394: fixing incorrect revert
Doing this for Sayantan whose VPN is not working ATM
This commit is contained in:
@ -155,7 +155,7 @@ int main(void)
|
|||||||
"conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)",
|
"conn %ld to: '%-.64s' user: '%-.32s' host: '%-.64s' (%-.64s)",
|
||||||
1L, NULL, NULL, NULL, NULL);
|
1L, NULL, NULL, NULL, NULL);
|
||||||
test1("Hello string `I am a string`",
|
test1("Hello string `I am a string`",
|
||||||
"Hello string `%s", "I am a string");
|
"Hello string %`s", "I am a string");
|
||||||
test1("Hello TEST",
|
test1("Hello TEST",
|
||||||
"Hello %05s", "TEST");
|
"Hello %05s", "TEST");
|
||||||
test1("My `Q` test",
|
test1("My `Q` test",
|
||||||
|
Reference in New Issue
Block a user