From 7e4150d7cd893d8f27276b2304bebb39e909feda Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 20 May 2013 13:41:03 +0200 Subject: increase MAX_HA (number of simultaneously installed storage engines) to 64 --- sql/handler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/handler.h') diff --git a/sql/handler.h b/sql/handler.h index af9574d82f8..ac9905a0dc1 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -285,7 +285,7 @@ (yes, the sum is deliberately inaccurate) TODO remove the limit, use dynarrays */ -#define MAX_HA 15 +#define MAX_HA 64 /* Use this instead of 0 as the initial value for the slot number of -- cgit v1.2.1