mariadb/mysql-test/extra
Kristian Nielsen ed701c6a23 MDEV-7864: Slave SQL: stopping on non-last RBR event with annotations results in SEGV (signal 11)
The slave SQL thread was clearing serial_rgi->thd before deleting
serial_rgi, which could cause access to NULL THD.

The clearing was introduced in commit
2e100cc5a4 and is just plain wrong. So revert
that part (single line) of that commit.

Thanks to Daniel Black for bug analysis and test case.
2015-04-28 11:56:54 +02:00
..
binlog_tests test failure on labrador: account for a different errno on Mac OS X 2015-02-22 12:54:52 +01:00
rpl_tests MDEV-7864: Slave SQL: stopping on non-last RBR event with annotations results in SEGV (signal 11) 2015-04-28 11:56:54 +02:00