1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Fix syntax error

client/mysqlslap.c:
  Remove the %s, no string to print
This commit is contained in:
unknown
2006-04-11 22:10:11 +02:00
parent faac43dfb9
commit 0592560eb5

View File

@@ -756,8 +756,7 @@ get_options(int *argc,char ***argv)
if (create_string || auto_generate_sql)
{
if (verbose >= 1)
fprintf(stderr,
"%s: Turning off preserve-schema!\n");
fprintf(stderr, "Turning off preserve-schema!\n");
opt_preserve= FALSE;
}