mariadb/mysql-test/suite/binlog/t
sven@riska.(none) 81b1d712bf BUG#31168: @@hostname does not replicate
Problem: in mixed and statement mode, a query that refers to a
system variable will use the slave's value when replayed on
slave. So if the value of a system variable is inserted into a
table, the slave will differ from the master.
Fix: mark statements that refer to a system variable as "unsafe",
meaning they will be replicated by row in mixed mode and produce a warning
in statement mode. There are some exceptions: some variables are actually
replicated. Those should *not* be marked as unsafe.
BUG#34732: mysqlbinlog does not print default values for auto_increment variables
Problem: mysqlbinlog does not print default values for some variables,
including auto_increment_increment and others. So if a client executing
the output of mysqlbinlog has different default values, replication will
be wrong.
Fix: Always print default values for all variables that are replicated.
I need to fix the two bugs at the same time, because the test cases would
fail if I only fixed one of them.
2008-03-07 13:59:36 +01:00
..
binlog_base64_flag.test BUG#31168: @@hostname does not replicate 2008-03-07 13:59:36 +01:00
binlog_database.test
binlog_innodb.test
binlog_killed.test
binlog_killed_simulate-master.opt
binlog_killed_simulate.test
binlog_multi_engine.test Bug#32663, Bug#33045, Bug#23533, WL#4091 2008-02-29 00:50:15 +03:00
binlog_old_versions.test
binlog_row_binlog-master.opt
binlog_row_binlog.test
binlog_row_ctype_cp932.test
binlog_row_ctype_ucs.test
binlog_row_drop_tmp_tbl.test
binlog_row_innodb_stat-master.opt
binlog_row_innodb_stat.test
binlog_row_insert_select.test
binlog_row_mix_innodb_myisam-master.opt
binlog_row_mix_innodb_myisam.test
binlog_start_comment.test
binlog_statement_insert_delayed.test
binlog_stm_binlog-master.opt
binlog_stm_binlog.test
binlog_stm_blackhole.test
binlog_stm_ctype_cp932.test
binlog_stm_ctype_ucs.test
binlog_stm_drop_tmp_tbl.test
binlog_stm_innodb_stat-master.opt
binlog_stm_innodb_stat.test
binlog_stm_insert_select.test
binlog_stm_mix_innodb_myisam-master.opt
binlog_stm_mix_innodb_myisam.test
binlog_stm_ps.test
binlog_unsafe.test BUG#31168: @@hostname does not replicate 2008-03-07 13:59:36 +01:00
disabled.def Bug#32663, Bug#33045, Bug#23533, WL#4091 2008-02-29 00:50:15 +03:00