mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-15101: Stop ANALYZE TABLE from flushing table definition cache
Part#2: forgot to commit the adjustments for the testcases.
This commit is contained in:
@ -5,10 +5,12 @@ SET DEBUG_SYNC="handler_ha_index_next_end SIGNAL idx_scan_in_progress WAIT_FOR f
|
||||
SELECT * FROM t1;
|
||||
connection default;
|
||||
SET DEBUG_SYNC="now WAIT_FOR idx_scan_in_progress";
|
||||
set @tmp=@@use_stat_tables;
|
||||
set use_stat_tables='preferably_for_queries';
|
||||
ANALYZE TABLE t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status OK
|
||||
set use_stat_tables=@tmp;
|
||||
SELECT * FROM t1;
|
||||
a
|
||||
1
|
||||
|
Reference in New Issue
Block a user