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:
@ -2146,7 +2146,7 @@ insert into t2 values (1),(2);
|
||||
delete from t1 where i=1;
|
||||
show status like 'Opened_tables';
|
||||
Variable_name Value
|
||||
Opened_tables 3
|
||||
Opened_tables 6
|
||||
select * from t1;
|
||||
i
|
||||
2
|
||||
|
Reference in New Issue
Block a user