summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_1general.result
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-11-05 15:14:04 +0200
committerunknown <monty@mysql.com>2005-11-05 15:14:04 +0200
commit3d7e31f9851c4f3ebb1c68923af4962448751853 (patch)
tree046877f2dd646be6093cebb105b06fe1eb621022 /mysql-test/r/ps_1general.result
parent88699f5e3f54869b141243685e8e9524dc81253e (diff)
downloadmariadb-git-3d7e31f9851c4f3ebb1c68923af4962448751853.tar.gz
Fixed results in test result
Diffstat (limited to 'mysql-test/r/ps_1general.result')
-rw-r--r--mysql-test/r/ps_1general.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result
index d41d1b74ca7..de6f995dd6c 100644
--- a/mysql-test/r/ps_1general.result
+++ b/mysql-test/r/ps_1general.result
@@ -334,6 +334,7 @@ FEDERATED YES/NO Federated MySQL storage engine
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
ISAM YES/NO Obsolete storage engine
+partition YES/NO Partition engine
drop table if exists t5;
prepare stmt1 from ' drop table if exists t5 ' ;
execute stmt1 ;