1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-15395 Wrong result or Assertion `old_part_id == m_last_part' failed in ha_partition::update_row on slave

Revert commit fd240a10e3 and add a test case
This commit is contained in:
Sergei Golubchik
2018-02-24 09:45:46 +01:00
parent ad0f8fef3d
commit 9b59f78d16
3 changed files with 19 additions and 4 deletions

View File

@ -6197,9 +6197,6 @@ int THD::decide_logging_format(TABLE_LIST *tables)
flags_write_some_set |= flags;
is_write= TRUE;
if (table->table->versioned())
flags_write_all_set &= HA_BINLOG_STMT_CAPABLE;
prev_write_table= table->table;
}