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:
@ -399,8 +399,11 @@ INSERT INTO t3 SELECT * FROM t4;
|
||||
INSERT INTO t3 VALUES (2), (3);
|
||||
ANALYZE table t1, t2, t3;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status OK
|
||||
test.t2 analyze status Engine-independent statistics collected
|
||||
test.t2 analyze status OK
|
||||
test.t3 analyze status Engine-independent statistics collected
|
||||
test.t3 analyze status OK
|
||||
SELECT COUNT(*) FROM t3;
|
||||
COUNT(*)
|
||||
|
Reference in New Issue
Block a user