Commit 6058b9ea authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix build error (wrong printf-like format)

parent 22a8654a
...@@ -170,7 +170,7 @@ a file name for --relay-log-index option", opt_relaylog_index_name); ...@@ -170,7 +170,7 @@ a file name for --relay-log-index option", opt_relaylog_index_name);
" so replication " " so replication "
"may break when this MySQL server acts as a " "may break when this MySQL server acts as a "
"slave and has his hostname changed!! Please " "slave and has his hostname changed!! Please "
"use '--log-basename=%' or '--relay-log=%s' to avoid " "use '--log-basename=#' or '--relay-log=%s' to avoid "
"this problem.", ln); "this problem.", ln);
name_warning_sent= 1; name_warning_sent= 1;
} }
......
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