1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
Files
mariadb/mysql-test/suite
Daniele Sciascia 72a5a4f1d5 MDEV-20780 Fixes for failures on galera_sr_ddl_master (#1425)
Test galera_sr_ddl_master would sometimes fail due to leftover
streaming replication fragments. Rollbacker thread would attempt to
open streaming_log table to remove the fragments, but would fail in
check_stack_overrun(). Ultimately the check_stack_overrun() failure
was caused by rollbacker missing to switch the victim's THD thread
stack to rollbacker's thread stack.

Also in this patch:
- Remove duplicate functionality in rollbacker helper functions,
  and extract rollbacker fragment removal into function
  wsrep_remove_streaming_fragments()
- Reuse open_for_write() in wsrep_schema::remove_fragments
- Partially revert changes to galera_sr_ddl_master test from
  commit 44a11a7c08. Removed unnecessary
  wait condition and isolation level setting
2019-12-11 14:08:06 +02:00
..
2019-09-06 11:53:10 +02:00
2019-11-01 15:23:18 +02:00
2019-11-12 16:55:44 +02:00
2019-12-09 15:09:41 +01:00
2019-11-25 16:03:45 +03:00
2019-12-09 15:09:41 +01:00
2019-09-03 13:17:32 +03:00
2019-12-09 15:09:41 +01:00
2019-10-12 06:50:12 +03:00
2019-12-09 15:09:41 +01:00
2019-11-06 13:44:56 +02:00
2019-09-06 11:53:10 +02:00
2019-11-01 15:23:18 +02:00
2019-12-09 15:09:41 +01:00
2019-10-12 06:50:12 +03:00
2019-11-06 13:44:56 +02:00
2019-12-09 15:09:41 +01:00
2019-09-06 11:53:10 +02:00
2019-12-09 15:09:41 +01:00
2019-12-09 15:09:41 +01:00
2019-11-01 15:23:18 +02:00
2019-12-09 15:09:41 +01:00
2019-12-09 15:09:41 +01:00