summaryrefslogtreecommitdiff
path: root/sql/handler.h
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 /sql/handler.h
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 'sql/handler.h')
-rw-r--r--sql/handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h
index d78c625005b..50ce33b5067 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -150,8 +150,8 @@ enum db_type
DB_TYPE_BERKELEY_DB, DB_TYPE_INNODB,
DB_TYPE_GEMINI, DB_TYPE_NDBCLUSTER,
DB_TYPE_EXAMPLE_DB, DB_TYPE_ARCHIVE_DB, DB_TYPE_CSV_DB,
+ DB_TYPE_FEDERATED_DB,
DB_TYPE_BLACKHOLE_DB,
-
DB_TYPE_DEFAULT // Must be last
};