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:
@ -808,6 +808,7 @@ ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
handler t1 open;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status Table is already up to date
|
||||
handler t1 read next;
|
||||
ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
@ -927,6 +928,7 @@ handler t1 open;
|
||||
lock tables t1 write;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status Table is already up to date
|
||||
unlock tables;
|
||||
handler t1 read next;
|
||||
|
@ -808,7 +808,7 @@ ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
handler t1 open;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze note The storage engine for the table doesn't support analyze
|
||||
test.t1 analyze status Operation failed
|
||||
handler t1 read next;
|
||||
ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
#
|
||||
@ -927,6 +927,7 @@ handler t1 open;
|
||||
lock tables t1 write;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze note The storage engine for the table doesn't support analyze
|
||||
unlock tables;
|
||||
handler t1 read next;
|
||||
|
@ -810,6 +810,7 @@ ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
handler t1 open;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status OK
|
||||
handler t1 read next;
|
||||
ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
@ -930,6 +931,7 @@ handler t1 open;
|
||||
lock tables t1 write;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status OK
|
||||
unlock tables;
|
||||
handler t1 read next;
|
||||
|
@ -808,6 +808,7 @@ ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
handler t1 open;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status Table is already up to date
|
||||
handler t1 read next;
|
||||
ERROR 42S02: Unknown table 't1' in HANDLER
|
||||
@ -927,6 +928,7 @@ handler t1 open;
|
||||
lock tables t1 write;
|
||||
analyze table t1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t1 analyze status Engine-independent statistics collected
|
||||
test.t1 analyze status Table is already up to date
|
||||
unlock tables;
|
||||
handler t1 read next;
|
||||
|
Reference in New Issue
Block a user