mirror of
https://github.com/MariaDB/server.git
synced 2025-05-13 01:01:44 +03:00
Moved test from main suite to the new suites. Move tests from maria/t and maria/r to maria mysql-test/mysql-test-run.pl: Added support for the new suites
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
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;
|