summaryrefslogtreecommitdiff
path: root/sql/handler.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-02-21 11:51:50 +0100
committerunknown <serg@serg.mylan>2005-02-21 11:51:50 +0100
commit2d044701a9a3f55db41619bcda4965102ade5f33 (patch)
treead60c2df71efa3972b33f29609baf9490fee53ef /sql/handler.h
parenta0a20345b9869731cac43438ed5c23709aa6fc14 (diff)
downloadmariadb-git-2d044701a9a3f55db41619bcda4965102ade5f33.tar.gz
xa assert fixes
sql/handler.cc: more DBUG sql/handler.h: increase MAX_HA (ha_archive has its handlerton too) sql/log.cc: fix assert
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 5968b9a5e1d..75a3d249b9c 100644
--- a/sql/handler.h
+++ b/sql/handler.h
@@ -97,7 +97,7 @@
Note: the following includes binlog and closing 0.
so: innodb+bdb+ndb+binlog+0
*/
-#define MAX_HA 5
+#define MAX_HA 6
/*
Bits in index_ddl_flags(KEY *wanted_index)