mirror of
https://github.com/MariaDB/server.git
synced 2026-04-16 21:35:35 +02:00
fix test
This commit is contained in:
parent
e48bd474a2
commit
d816a5ca32
6 changed files with 0 additions and 9 deletions
|
|
@ -13,7 +13,6 @@ t 1 x 1 x A 5 NULL NULL YES BTREE
|
|||
t 1 y 1 y A 5 NULL NULL YES BTREE
|
||||
alter table t analyze partition p0;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t analyze status Engine-independent statistics collected
|
||||
test.t analyze status OK
|
||||
show indexes from t;
|
||||
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment
|
||||
|
|
@ -22,7 +21,6 @@ t 1 x 1 x A 5 NULL NULL YES BTREE
|
|||
t 1 y 1 y A 5 NULL NULL YES BTREE
|
||||
alter table t analyze partition p1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t analyze status Engine-independent statistics collected
|
||||
test.t analyze status OK
|
||||
show indexes from t;
|
||||
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment
|
||||
|
|
@ -37,7 +35,6 @@ t 1 x 1 x A 9 NULL NULL YES BTREE
|
|||
t 1 y 1 y A 9 NULL NULL YES BTREE
|
||||
alter table t analyze partition p0;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t analyze status Engine-independent statistics collected
|
||||
test.t analyze status OK
|
||||
show indexes from t;
|
||||
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment
|
||||
|
|
@ -46,7 +43,6 @@ t 1 x 1 x A 9 NULL NULL YES BTREE
|
|||
t 1 y 1 y A 9 NULL NULL YES BTREE
|
||||
alter table t analyze partition p1;
|
||||
Table Op Msg_type Msg_text
|
||||
test.t analyze status Engine-independent statistics collected
|
||||
test.t analyze status OK
|
||||
show indexes from t;
|
||||
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment Index_comment
|
||||
|
|
|
|||
|
|
@ -1020,7 +1020,6 @@ a b
|
|||
2001 Second in MAX
|
||||
ALTER TABLE t1 ANALYZE PARTITION MAX;
|
||||
Table Op Msg_type Msg_text
|
||||
MySQL_Test_DB.t1 analyze status Engine-independent statistics collected
|
||||
MySQL_Test_DB.t1 analyze status OK
|
||||
# Truncate without FLUSH
|
||||
ALTER TABLE t1 TRUNCATE PARTITION MAX;
|
||||
|
|
|
|||
|
|
@ -949,7 +949,6 @@ a b
|
|||
2001 Second in MAX
|
||||
ALTER TABLE t1 ANALYZE PARTITION MAX;
|
||||
Table Op Msg_type Msg_text
|
||||
MySQL_Test_DB.t1 analyze status Engine-independent statistics collected
|
||||
MySQL_Test_DB.t1 analyze status OK
|
||||
# Truncate without FLUSH
|
||||
ALTER TABLE t1 TRUNCATE PARTITION MAX;
|
||||
|
|
|
|||
|
|
@ -987,7 +987,6 @@ a b
|
|||
2001 Second in MAX
|
||||
ALTER TABLE t1 ANALYZE PARTITION MAX;
|
||||
Table Op Msg_type Msg_text
|
||||
mysql_test_db.t1 analyze status Engine-independent statistics collected
|
||||
mysql_test_db.t1 analyze status OK
|
||||
# Truncate without FLUSH
|
||||
ALTER TABLE t1 TRUNCATE PARTITION MAX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue