Skip to content

Commit

Permalink
Merge branch 'mysql-8.0' into mysql-trunk
Browse files Browse the repository at this point in the history
Change-Id: I8495c949d5925cc6e43ebc13f7c0aed2da83ba73
  • Loading branch information
nacarvalho committed Sep 30, 2022
2 parents fe7cdb0 + ee92991 commit e713de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/group_replication/src/plugin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4766,7 +4766,7 @@ static MYSQL_SYSVAR_BOOL(
ov.enforce_update_everywhere_checks_var, /* var */
PLUGIN_VAR_OPCMDARG | PLUGIN_VAR_NODEFAULT |
PLUGIN_VAR_PERSIST_AS_READ_ONLY, /* optional var | no set default */
"Enable/Disable strict consistency checks for multi-master "
"Enable/Disable strict consistency checks for multi-primary "
"update everywhere. Default: FALSE.",
check_enforce_update_everywhere_checks, /* check func*/
nullptr, /* update func*/
Expand Down

0 comments on commit e713de1

Please sign in to comment.