summaryrefslogtreecommitdiff
path: root/mysql-test/main/aria_icp_debug.test
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2020-10-09 17:48:22 +0300
committerSergei Petrunia <psergey@askmonty.org>2020-10-14 15:14:46 +0300
commitc03885cd9ceb1ede7f49a9e218022b401b3a1e28 (patch)
tree08c8dee949a2efcaec3ee7dd555c308e18216cad /mysql-test/main/aria_icp_debug.test
parent171da6b38b7e7abc0fbea8a7181ad0b4e9ad3855 (diff)
downloadmariadb-git-c03885cd9ceb1ede7f49a9e218022b401b3a1e28.tar.gz
MDEV-22761: innodb row_search_idx_cond_check handle CHECK_ABORTED_BY_USER
Part #2: - row_search_mvcc() should return DB_INTERRUPTED when it got - Move the sync point from innodb internals to handler_rowid_filter_check() where other storage engines can use it too - Add a similar syncpoint for the ICP check. - Add a bigger test and test coverage for Rowid Filter with MyISAM - Add test coverage for killed-during-ICP-check scenario
Diffstat (limited to 'mysql-test/main/aria_icp_debug.test')
-rw-r--r--mysql-test/main/aria_icp_debug.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/aria_icp_debug.test b/mysql-test/main/aria_icp_debug.test
new file mode 100644
index 00000000000..bbdd59d6012
--- /dev/null
+++ b/mysql-test/main/aria_icp_debug.test
@@ -0,0 +1,5 @@
+
+set default_storage_engine=aria;
+--source include/icp_debug_kill.inc
+set default_storage_engine=default;
+