Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown system variable 'rpl_semi_sync_master_enabled' #148

Open
xiaozhute opened this issue Sep 22, 2021 · 1 comment
Open

Unknown system variable 'rpl_semi_sync_master_enabled' #148

xiaozhute opened this issue Sep 22, 2021 · 1 comment

Comments

@xiaozhute
Copy link

version:

  • Xenon :1.1.4
  • MySQL: 8.0.26

Error Messages:

tail -f /etc/xenon/log/xenon.log
 [ERROR]        FOLLOWER[ID:192.168.66.101:8801, V:59, E:0].mysql.DisableSemiSyncMaster.error[Error 1193: Unknown system variable 'rpl_semi_sync_master_enabled']

Guess:

It is suspected that it is due to the modification of parameters in 8.0,(rpl_semi_sync_master_enabled,rpl_semi_sync_slave_enabled) to (rpl_semi_sync_source_enabled,rpl_semi_sync_replica_enabled)

Q:

Is it not supported yet?

@otjoy
Copy link

otjoy commented May 17, 2022

自己改下src/mysql/mysqlbase.go里头的参数名即可。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants