mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
ac6026ce27
temp table This patch introduces two key changes in the replication's behavior. Firstly, it reverts part of BUG#51894 which puts any update to temporary tables into the trx-cache. Now, updates to temporary tables are handled according to the type of their engines as a regular table. Secondly, an unsafe mixed statement, (i.e. a statement that access transactional table as well non-transactional or temporary table, and writes to any of them), are written into the trx-cache in order to minimize errors in the execution when the statement logging format is in use. Such changes has a direct impact on which statements are classified as unsafe statements and thus part of BUG#53259 is reverted. |
||
---|---|---|
.. | ||
binlog.test | ||
binlog_insert_delayed.test | ||
binlog_truncate.test | ||
blackhole.test | ||
ctype_cp932.test | ||
ctype_cp932_binlog.test | ||
ctype_ucs_binlog.test | ||
database.test | ||
drop_table.test | ||
drop_temp_table.test | ||
implicit.test | ||
innodb_stat.test | ||
insert_select-binlog.test | ||
mix_innodb_myisam_binlog.test | ||
mix_innodb_myisam_side_effects.test |