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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user