mariadb/mysql-test/suite
Jan Lindström fa74088838 MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB Galera
There were two problems:

(1) If user wanted same time zone information on all nodes in the Galera
cluster all updates were not replicated as time zone information was
stored on MyISAM tables. This is fixed on Galera by altering time zone
tables to InnoDB while they are modified.

(2) If user wanted different time zone information to nodes in the Galera
cluster TRUNCATE TABLE for time zone tables was replicated by Galera
destroying time zone information from other nodes. This is fixed
on Galera by introducing new option for mysql_tzinfo_to_sql_symlink
tool --skip-write-binlog to disable Galera replication while
time zone tables are modified.

Changes to be committed:
	modified:   mysql-test/r/mysql_tzinfo_to_sql_symlink.result
	modified:   mysql-test/suite/wsrep/r/mysql_tzinfo_to_sql_symlink.result
	new file:   mysql-test/suite/wsrep/r/mysql_tzinfo_to_sql_symlink_skip.result
	new file:   mysql-test/suite/wsrep/t/mysql_tzinfo_to_sql_symlink_skip.test
	modified:   sql/tztime.cc
2019-08-16 07:01:30 +03:00
..
archive MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, when we run ANALYZE command 2019-04-18 23:12:43 +03:00
binlog MDEV-17614: Re-record a result 2019-08-12 14:45:53 +03:00
binlog_encryption Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
csv Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
encryption MDEV-16111 encryption.innodb_lotoftables failed in buildbot with wrong result 2019-06-12 19:08:49 +03:00
engines Merge branch '10.0' into 10.1 2018-11-15 17:20:26 +01:00
federated Merge branch '10.0' into 10.1 2018-06-12 18:55:27 +03:00
funcs_1 MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
funcs_2 Merge branch '10.0' into 10.1 2017-01-16 03:18:14 +02:00
galera Fix galera_log_bin 2019-06-29 01:08:30 +05:30
galera_3nodes MDEV-16021: galera mtr test galera_evs_suspect_timeout crashed 2019-05-17 08:29:45 +03:00
handler MDEV-15945 --ps-protocol does not test some queries 2019-03-12 13:10:49 +01:00
heap Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera 2018-10-30 13:22:52 +02:00
innodb MDEV-20138 innodb.trx_id_future fails on big-endian 2019-08-13 12:44:26 +03:00
innodb_fts MDEV-19445 heap-use-after-free related to innodb_ft_aux_table 2019-05-13 17:16:42 +03:00
innodb_zip MDEV-14904 Backport innodb_default_row_format 2018-03-07 17:49:42 +02:00
jp
large_tests
maria Merge branch '10.0' into 10.1 2018-10-30 15:10:01 +01:00
mariabackup MDEV-12711 mariabackup --backup is refused for multi-file system tablespace 2019-03-26 13:51:15 +02:00
mtr/t
mtr2
multi_source MDEV-8874 Replication filters configured in my.cnf are ignored if slave reset and reconfigured 2019-06-27 09:54:20 +05:30
optimizer_unfixed_bugs
parts MDEV-9519: Data corruption will happen on the Galera cluster size change 2019-02-25 11:19:07 +02:00
percona
perfschema Update FSF address 2019-05-11 19:25:02 +03:00
perfschema_stress Update FSF Address 2019-05-11 21:29:06 +03:00
plugins MDEV-18686 Add option to PAM authentication plugin to allow case insensitive username matching 2019-04-24 16:06:54 +02:00
roles MDEV-18298 Crashes server with segfault during role grants 2019-04-02 18:22:37 +02:00
rpl MDEV-17614 INSERT on dup key update is replication unsafe 2019-08-09 19:36:56 +05:30
storage_engine Merge 10.0 into 10.1 2019-03-27 11:56:08 +02:00
stress
sys_vars 5.6.44-86.0 2019-07-23 15:47:22 +03:00
unit Merge branch '5.5' into 10.0 2018-06-21 00:44:10 +02:00
vcol Merge 10.0 into 10.1 2019-03-27 11:56:08 +02:00
wsrep MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB Galera 2019-08-16 07:01:30 +03:00