mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
9 lines
180 B
Text
9 lines
180 B
Text
|
drop table if exists t1;
|
||
|
check table t1;
|
||
|
Table Op Msg_type Msg_text
|
||
|
test.t1 check status OK
|
||
|
OPTIMIZE TABLE t1;
|
||
|
Table Op Msg_type Msg_text
|
||
|
test.t1 optimize status OK
|
||
|
drop table t1;
|