mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.5' into 10.6
This commit is contained in:
4
mysql-test/suite/galera/t/mariadb_tzinfo_to_sql.test
Normal file → Executable file
4
mysql-test/suite/galera/t/mariadb_tzinfo_to_sql.test
Normal file → Executable file
@@ -20,8 +20,8 @@ CREATE TABLE time_zone_name LIKE mysql.time_zone_name;
|
||||
CREATE TABLE time_zone_transition LIKE mysql.time_zone_transition;
|
||||
CREATE TABLE time_zone_transition_type LIKE mysql.time_zone_transition_type;
|
||||
CREATE TABLE time_zone_leap_second LIKE mysql.time_zone_leap_second;
|
||||
ALTER TABLE time_zone_name ENGINE=MyISAM TRANSACTIONAL=default;
|
||||
ALTER TABLE time_zone_transition_type ENGINE=MyISAM TRANSACTIONAL=default;
|
||||
ALTER TABLE time_zone_name ENGINE=MyISAM;
|
||||
ALTER TABLE time_zone_transition_type ENGINE=MyISAM;
|
||||
|
||||
SET @save_wsrep_mode=@@WSREP_MODE;
|
||||
|
||||
|
Reference in New Issue
Block a user