summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2005-03-25 12:36:04 -0800
committerunknown <brian@zim.(none)>2005-03-25 12:36:04 -0800
commitfdd4cb8fb8d32789bea7042760a0662192713681 (patch)
tree0940a2e49bed7af1a3c68cf98dd9901de5652865 /mysql-test
parent2506bfe8a31ba1ef4a177439ed0fcde4c2c0075b (diff)
downloadmariadb-git-fdd4cb8fb8d32789bea7042760a0662192713681.tar.gz
Fix upgrade/downgrade issue.
mysql-test/r/ps_1general.result: Fix test case. sql/handler.h: Added federated to the list so that any beta users won't end up with a mismatch for table enum
Diffstat (limited to 'mysql-test')
-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 ec4aa528a7f..565d19c0991 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
+BLACKHOLE YES/NO Storage engine designed to act as null storage
drop table if exists t5;
prepare stmt1 from ' drop table if exists t5 ' ;
execute stmt1 ;