Commit 6e7ca6b0 authored by Monty's avatar Monty

MDEV-13719 Assertion `bit < (map)->n_bits' failed in bitmap_is_set

Problem was that MAX_SLAVE_ERROR didn't cover all possible errors.
parent 068b1d0e
......@@ -51,7 +51,7 @@
#define SLAVE_NET_TIMEOUT 60
#define MAX_SLAVE_ERROR 2000
#define MAX_SLAVE_ERROR ER_ERROR_LAST+1
#define MAX_REPLICATION_THREAD 64
......
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