mariadb/mysql-test/extra/rpl_tests
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
..
check_type.inc
create_recursive_construct.inc
rpl_auto_increment.test
rpl_auto_increment_insert_view.test
rpl_auto_increment_invoke_trigger.test
rpl_autoinc_func_invokes_trigger.test
rpl_binlog_max_cache_size.test
rpl_blackhole.test
rpl_charset.test
rpl_commit_after_flush.test
rpl_conflicts.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_ddl.test MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits 2014-05-13 11:53:30 +02:00
rpl_deadlock.test
rpl_delete_no_where.test
rpl_drop_create_temp_table.inc 10.0-base merge 2014-02-03 15:22:39 +01:00
rpl_drop_create_temp_table.test
rpl_EE_err.test
rpl_extra_col_master.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_extra_col_slave.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_failed_optimize.test
rpl_flsh_tbls.test
rpl_foreign_key.test
rpl_get_master_version_and_clock.test
rpl_implicit_commit_binlog.test BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PROBLEMS 2014-09-30 15:55:02 +02:00
rpl_innodb.test MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_insert_delayed.test
rpl_insert_id.test
rpl_insert_id_pk.test
rpl_insert_ignore.test
rpl_loaddata.test sanity 2014-08-10 14:36:17 +02:00
rpl_loadfile.test
rpl_log.test Replication changes for CREATE OR REPLACE TABLE 2014-02-05 19:01:59 +02:00
rpl_max_relay_size.test
rpl_mixing_engines.inc BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PROBLEMS 2014-09-30 15:55:02 +02:00
rpl_mixing_engines.test BUG#13627921 - MISSING FLAGS IN SQL_COMMAND_FLAGS MAY LEAD TO REPLICATION PROBLEMS 2014-09-30 15:55:02 +02:00
rpl_multi_query.test
rpl_multi_update.test
rpl_multi_update2.test
rpl_multi_update3.test
rpl_ndb_2multi_basic.test
rpl_ndb_2multi_eng.test
rpl_ndb_apply_status.test
rpl_not_null.test
rpl_partition.test
rpl_record_compare.test
rpl_relayrotate.test
rpl_reset_slave.test MySQL-5.5.35 merge 2014-01-22 15:29:36 +01:00
rpl_row_001.test
rpl_row_annotate.test 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
rpl_row_basic.test MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and wrong executable bits 2014-05-13 11:53:30 +02:00
rpl_row_blob.test
rpl_row_delayed_ins.test
rpl_row_func003.test
rpl_row_sp002.test
rpl_row_sp003.test
rpl_row_sp006.test
rpl_row_sp007.test
rpl_row_tabledefs.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_row_UUID.test
rpl_set_null.test
rpl_show_binlog_events.inc
rpl_show_log_events_with_varying_options.inc
rpl_show_relaylog_events.inc
rpl_start_stop_slave.test
rpl_stm_create_if_not_exists.test
rpl_stm_EE_err2.test Instead of writing "Errcode" to the log for Slave errors, use "Internal MariaDB error code" 2013-05-03 01:54:47 +03:00
rpl_stop_middle_group.test
rpl_stop_slave.test Fixed compiler warnings 2014-01-29 15:41:10 +02:00
rpl_sv_relay_space.test
rpl_test_framework.inc
rpl_tmp_table_and_DDL.test
rpl_trig004.test
rpl_truncate.test
rpl_truncate_helper.test
type_conversions.test