mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user