Commit 80ae3677 authored by Daniel Black's avatar Daniel Black

MDEV-25681: --relay-log{,-index} missing warning

No longer a MySQL server, "his" is the wrong pronoun
for a server.

Thanks Michael Newton for highlighting these problems

Also changed slave -> replica.
parent 6811ed3e
...@@ -203,8 +203,8 @@ a file name for --relay-log-index option", opt_relaylog_index_name); ...@@ -203,8 +203,8 @@ a file name for --relay-log-index option", opt_relaylog_index_name);
*/ */
sql_print_warning("Neither --relay-log nor --relay-log-index were used;" sql_print_warning("Neither --relay-log nor --relay-log-index were used;"
" so replication " " so replication "
"may break when this MySQL server acts as a " "may break when this MariaDB server acts as a "
"slave and has his hostname changed!! Please " "replica and has its 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