Skip to content

Commit 80ae367

Browse files
committed
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.
1 parent 6811ed3 commit 80ae367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/rpl_rli.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ a file name for --relay-log-index option", opt_relaylog_index_name);
203203
*/
204204
sql_print_warning("Neither --relay-log nor --relay-log-index were used;"
205205
" so replication "
206-
"may break when this MySQL server acts as a "
207-
"slave and has his hostname changed!! Please "
206+
"may break when this MariaDB server acts as a "
207+
"replica and has its hostname changed. Please "
208208
"use '--log-basename=#' or '--relay-log=%s' to avoid "
209209
"this problem.", ln);
210210
name_warning_sent= 1;

0 commit comments

Comments
 (0)