mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -5,6 +5,10 @@ ANALYZE TABLE test_ps_fetch;
|
||||
Table test.test_ps_fetch
|
||||
Op analyze
|
||||
Msg_type status
|
||||
Msg_text Engine-independent statistics collected
|
||||
Table test.test_ps_fetch
|
||||
Op analyze
|
||||
Msg_type status
|
||||
Msg_text OK
|
||||
SELECT n_rows, clustered_index_size, sum_of_other_index_sizes
|
||||
FROM mysql.innodb_table_stats WHERE table_name = 'test_ps_fetch';
|
||||
|
Reference in New Issue
Block a user