summaryrefslogtreecommitdiff
path: root/mysql-test/main/flush.test
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2019-12-18 01:18:19 +0400
committerSergey Vojtovich <svoj@mariadb.org>2020-04-03 13:01:21 +0400
commite0743bd1a5523fd65da49fcbe846f207ea95d926 (patch)
tree52f9c7f3c6595928edb9fb79beb762a626ffe529 /mysql-test/main/flush.test
parent0870b75af7d01f2e8132278aeb0873dd6c65d1be (diff)
downloadmariadb-git-e0743bd1a5523fd65da49fcbe846f207ea95d926.tar.gz
Let "FTWRL <table_list>" use extra(HA_EXTRA_FLUSH)
Rather than flushing caches with tdc_remove_table(TDC_RT_REMOVE_UNUSED) flush them with extra(HA_EXTRA_FLUSH) instead. This goes inline with regular FTWRL. Part of MDEV-17882 - Cleanup refresh version
Diffstat (limited to 'mysql-test/main/flush.test')
-rw-r--r--mysql-test/main/flush.test3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/main/flush.test b/mysql-test/main/flush.test
index b51a9682dff..6d76196bf54 100644
--- a/mysql-test/main/flush.test
+++ b/mysql-test/main/flush.test
@@ -412,9 +412,6 @@ flush tables t1 with read lock;
--error ER_LOCK_OR_ACTIVE_TRANSACTION
handler t1 read a next;
unlock tables;
---echo #
---echo # Sic: lost handler position.
---echo #
handler t1 read a next;
handler t1 close;
drop table t1;