mariadb/mysql-test/suite/binlog
Lixun Peng 007d3ed905 MDEV-12067 flashback does not correcly revert update/replace statements
Problem
-------
For one-statement contains multiple row events, Flashback didn't reverse the
sequence of row events inside one-statement.

Solution
--------
Using a new array 'events_in_stmt' to store the row events of one-statement,
when parsed the last one event, then print from the last one to the first one.

In the same time, fixed another bug, without -vv will not insert the table_map
into print_event_info->m_table_map, then change_to_flashback_event() will not
execute because of Table_map_log_event is empty.
2017-07-03 14:48:07 +08:00
..
r MDEV-12067 flashback does not correcly revert update/replace statements 2017-07-03 14:48:07 +08:00
std_data MDEV-5115 RBR from MySQL 5.6 to MariaDB 10.0 does not work 2013-12-09 12:37:45 +01:00
t MDEV-12067 flashback does not correcly revert update/replace statements 2017-07-03 14:48:07 +08:00
combinations
disabled.def mysql-5.5.31 merge 2013-05-07 13:05:09 +02:00