Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
5.5.34-galera
-
None
-
None
-
Ubuntu 12.04
Description
executing
root@cluster01:~# mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql
|
outputs the following error
ERROR 1229 (HY000) at line 1: Variable 'wsrep_replicate_myisam' is a GLOBAL variable and should be set with SET GLOBAL
|
The resulting file contains at line 1
SET SESSION wsrep_replicate_myisam=ON;
|
Removing the line (as it's already enabled on my instance) and feeding the remaining queries to mysql works without any problem