You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql_replication: replace Is_Slave and Is_Master returned value with Is_Replica and Is_Primary in community.mysql 3.0.0, replace master in messages with primary
#145
Closed
Andersson007 opened this issue
Apr 14, 2021
· 3 comments
mysql_replication: replace Is_Slave and Is_Master return value with Is_Replica and Is_Primary in community.mysql 3.0.0
mysql_replication: replace the word master in messages with primary
The text was updated successfully, but these errors were encountered:
Andersson007
changed the title
mysql_replication: replace Is_Slave returned value with Is_Replica in community.mysql 3.0.0
mysql_replication: replace Is_Slave and Is_Master returned value with Is_Replica and Is_Primary in community.mysql 3.0.0, replace master in messages with primary
Apr 14, 2021
Now it does not work with mariadb versions <10.5, for example, 10.4.
If I use slave_pos:
value of primary_use_gtid must be one of: current_pos, replica_pos, disabled, got: slave_pos
If I use replica_pos:
(1064, "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'replica_pos' at line 1")
SUMMARY
mysql_replication: replace
Is_Slave
andIs_Master
return value withIs_Replica
andIs_Primary
incommunity.mysql 3.0.0
mysql_replication: replace the word
master
in messages withprimary
Announced in #144
Add alternatives for
master*
state values similarly to mysql_replication: deprecation of slave related options, adding alternatives #97Add alternative ret values for
Is_Slave
andIs_Master
- done in mysql_replication: add deprecation warning about future replacement of Is_Slave and Is_Master return values, add alternatives #147Add "Warning" when state is
getreplica
/getslave
andgetmaster
/getprimary
- done in mysql_replication: add deprecation warning about future replacement of Is_Slave and Is_Master return values, add alternatives #147The text was updated successfully, but these errors were encountered: