mariadb/mysql-test/suite
Sven Sandberg e5d1324d80 BUG#38178: rpl_loaddata_map fails sporadically in pushbuild
Problem: master binlog has 'create table t1'. Master binlog
was removed before slave could replicate it. In test's cleanup
code, master did 'drop table t1', which caused slave sql
thread to stop with an error since slave sql thread did not
know about t1.
Fix: t1 is just an auxiliary construction, only needed on
master. Hence, we turn off binlogging before t1 is created,
drop t1 as soon as we don't need it anymore, and then turn
on binlogging again.
2008-07-18 13:34:19 +02:00
..
binlog Fix merge problems and re-record output for legitimate changes. 2008-05-16 11:35:15 -04:00
bugs Bug#36443 Server crashes when executing insert when insert trigger on table 2008-06-19 21:47:59 +03:00
funcs_1 merge 5.1-main --> 5.1-bugteam 2008-07-10 03:01:41 +05:00
funcs_2 Upmerge 5.0 -> 5.1 2008-07-09 20:55:23 +02:00
im Move instance manager tests to it's own suite 2007-08-29 19:02:33 +02:00
jp Fix for 2008-05-15 18:01:13 +02:00
large_tests Bug#27029 alter table ... enable keys crashes mysqld on large table 2007-06-21 12:45:56 -04:00
manual manual merge for bug_29136, bug#29309. 2007-10-13 23:12:50 +03:00
ndb Enabled rpl: rpl_view, rpl_ndb_multi, rpl_log_pos 2008-04-24 16:43:08 +05:00
ndb_team Merge trift2.:/MySQL/M51/mysql-5.1 2008-02-22 16:14:27 +01:00
parts merge 2008-07-09 15:15:11 +02:00
rpl BUG#38178: rpl_loaddata_map fails sporadically in pushbuild 2008-07-18 13:34:19 +02:00
rpl_ndb Fixed bug #37076: TIMESTAMP/DATETIME/DATE values are not 2008-06-19 18:02:04 +05:00
stress Merge trift2.:/MySQL/M51/mysql-5.1 2008-02-22 16:14:27 +01:00