mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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:
@@ -16,8 +16,11 @@ send_eval SELECT * FROM $percona_nonflushing_analyze_table;
|
||||
|
||||
SET DEBUG_SYNC="now WAIT_FOR idx_scan_in_progress";
|
||||
|
||||
set @tmp=@@use_stat_tables;
|
||||
set use_stat_tables='preferably_for_queries';
|
||||
eval ANALYZE TABLE $percona_nonflushing_analyze_table;
|
||||
|
||||
set use_stat_tables=@tmp;
|
||||
# With the bug fixed this should not block
|
||||
eval SELECT * FROM $percona_nonflushing_analyze_table;
|
||||
|
||||
|
Reference in New Issue
Block a user