Commit b75fc22a authored by unknown's avatar unknown

Fix syntax error


client/mysqlslap.c:
  Remove the %s, no string to print
parent f32735a3
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment