mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Created suites for heap, archive and csv.
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
This commit is contained in:
8
mysql-test/suite/maria/optimize.result
Normal file
8
mysql-test/suite/maria/optimize.result
Normal file
@@ -0,0 +1,8 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user