Commit 7e4150d7 authored by Sergei Golubchik's avatar Sergei Golubchik

increase MAX_HA (number of simultaneously installed storage engines) to 64

parent d7a6c801
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment