1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

consistent error messages, no <angle quoting>

only WARN_OPTION_IGNORED was angle-quotting its parameter, no
other error message did it. Remove angle quoting for consistency.
This commit is contained in:
Sergei Golubchik
2025-03-28 21:56:44 +01:00
parent 7db60533c7
commit 606edaa6cd
14 changed files with 72 additions and 72 deletions

View File

@@ -133,12 +133,12 @@ connection slave;
include/stop_slave.inc
CHANGE MASTER TO master_log_pos=io_log_pos, master_log_file='io_log_file', master_use_gtid=Slave_Pos;
Warnings:
Note 1618 <MASTER_LOG_FILE> option ignored
Note 1618 <MASTER_LOG_POS> option ignored
Note 1618 MASTER_LOG_FILE option ignored
Note 1618 MASTER_LOG_POS option ignored
CHANGE MASTER TO relay_log_pos=relay_log_pos, relay_log_file='relay_log_file', master_use_gtid=Slave_Pos;
Warnings:
Note 1618 <RELAY_LOG_FILE> option ignored
Note 1618 <RELAY_LOG_POS> option ignored
Note 1618 RELAY_LOG_FILE option ignored
Note 1618 RELAY_LOG_POS option ignored
include/start_slave.inc
include/rpl_end.inc
#