mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-15253: Default optimizer setting changes for MariaDB 10.4
use_stat_tables= PREFERABLY optimizer_use_condition_selectivity= 4
This commit is contained in:
@ -561,6 +561,7 @@ update t2 set key2=key1;
|
||||
alter table t2 add key(key2);
|
||||
analyze table t2;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t2 analyze status Engine-independent statistics collected
|
||||
test.t2 analyze status OK
|
||||
flush tables;
|
||||
# Table tsubq must use 'ref' + Using filesort (not 'index' w/o filesort)
|
||||
|
Reference in New Issue
Block a user