summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_1general.result
diff options
context:
space:
mode:
authordlenev@brandersnatch.localdomain <>2004-12-17 12:19:31 +0300
committerdlenev@brandersnatch.localdomain <>2004-12-17 12:19:31 +0300
commit325ec86ea1c63bbb3e32be01c74d298af99110bf (patch)
treed8bda707234b7a4004a3565f5101a19a9f2e7a1a /mysql-test/r/ps_1general.result
parentdac98f9b4586bd0b5507cb860b0b12c20abfd8c2 (diff)
downloadmariadb-git-325ec86ea1c63bbb3e32be01c74d298af99110bf.tar.gz
Fix of test-suite failures which popped up after addition of federated
storage engine.
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 ef399b6662d..73c4e60a195 100644
--- a/mysql-test/r/ps_1general.result
+++ b/mysql-test/r/ps_1general.result
@@ -325,6 +325,7 @@ NDB YES/NO Alias for NDBCLUSTER
EXAMPLE YES/NO Example storage engine
ARCHIVE YES/NO Archive storage engine
CSV YES/NO CSV storage engine
+FEDERATED YES/NO Federated MySQL storage engine
drop table if exists t5;
prepare stmt1 from ' drop table if exists t5 ' ;
execute stmt1 ;