mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
efcc90b6eb
The test was used to fail because of UPDATE t3,t4 SET t3.a=t4.a + bug27417(1); did not prescribe the order of two row operations implied by the update. Fixed with forcing the order with adding a where condition w/o affecting the former bug fixes logics. mysql-test/extra/binlog_tests/mix_innodb_myisam_side_effects.test: implemented the bug page suggestion to make a test deterministic. mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result: results are updated and (!) corrected. mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result: results are updated |
||
---|---|---|
.. | ||
binlog.test | ||
binlog_failure_mixing_engines.test | ||
binlog_insert_delayed.test | ||
binlog_truncate.test | ||
blackhole.test | ||
ctype_cp932.test | ||
ctype_cp932_binlog.test | ||
ctype_ucs_binlog.test | ||
database.test | ||
drop_temp_table.test | ||
innodb_stat.test | ||
insert_select-binlog.test | ||
mix_innodb_myisam_binlog.test | ||
mix_innodb_myisam_side_effects.test |