mysql_tzinfo_to_sql generates "'wsrep_replicate_myisam' is a GLOBAL variable" error
Bug #1280270 reported by
George Lund
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL patches by Codership |
New
|
Undecided
|
Unassigned | |||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
5.5 |
Fix Released
|
Undecided
|
Unassigned | |||
5.6 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
With Percona 5.6:
mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -uroot -p mysql
Enter password:
ERROR 1229 (HY000) at line 1: Variable 'wsrep_
May be some kind of regression relating to Bug #1161432 ?
To post a comment you must log in.
Yes, it is related to that.
Looks like wsrep_replicate _myisam is no longer a session one.
Short term fix for this is to remove that fragment from tztime.cc and user has to set wsrep_replicate _myisam explicitly before.
Long term fix is to make wsrep_replicate _myisam a session var.
Workaround is to grep it out.