mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -329,12 +329,9 @@ flush tables t1 with read lock;
|
||||
handler t1 read a next;
|
||||
ERROR HY000: Can't execute the given command because you have active locked tables or an active transaction
|
||||
unlock tables;
|
||||
#
|
||||
# Sic: lost handler position.
|
||||
#
|
||||
handler t1 read a next;
|
||||
a
|
||||
1
|
||||
3
|
||||
handler t1 close;
|
||||
drop table t1;
|
||||
#
|
||||
|
Reference in New Issue
Block a user