Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
Description
There is a specific reference to an error code that still references "slave" in the 11.7 source code. I am not sure if this has been updated in trunk. Either way, I cannot change the documentation reference until the associated source code has been updated. ./include/mysqld_ername.h contains several error codes that use slave.
{ "ER_BAD_SLAVE", 1200, "The server is not configured as slave; fix in config file or with CHANGE MASTER TO" }, |
{ "ER_BAD_SLAVE_UNTIL_COND", 1277, "Incorrect parameter or combination of parameters for START SLAVE UNTIL" }, |
{ "ER_BAD_SLAVE_AUTO_POSITION", 1776, "Parameters MASTER_LOG_FILE, MASTER_LOG_POS, RELAY_LOG_FILE and RELAY_LOG_POS cannot be set when MASTER_AUTO_POSITION is active" }, |
Error messages is here: https://mariadb.com/kb/en/error-codes/
Attachments
Issue Links
- duplicates
-
MDEV-18777 Rename or alias slave-related statements, options, status variables
-
- Stalled
-
- is part of
-
DOCS-5606 Loading...