mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Fixed results in test result
This commit is contained in:
parent
88699f5e3f
commit
3d7e31f985
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ FEDERATED YES/NO Federated MySQL storage engine
|
||||||
MRG_MYISAM YES/NO Collection of identical MyISAM tables
|
MRG_MYISAM YES/NO Collection of identical MyISAM tables
|
||||||
binlog YES/NO This is a meta storage engine to represent the binlog in a transaction
|
binlog YES/NO This is a meta storage engine to represent the binlog in a transaction
|
||||||
ISAM YES/NO Obsolete storage engine
|
ISAM YES/NO Obsolete storage engine
|
||||||
|
partition YES/NO Partition engine
|
||||||
drop table if exists t5;
|
drop table if exists t5;
|
||||||
prepare stmt1 from ' drop table if exists t5 ' ;
|
prepare stmt1 from ' drop table if exists t5 ' ;
|
||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
|
|
Loading…
Reference in a new issue