diff options
Diffstat (limited to 'include/mysys_err.h')
-rw-r--r-- | include/mysys_err.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysys_err.h b/include/mysys_err.h index 660bb60edee..b379f5bcbc9 100644 --- a/include/mysys_err.h +++ b/include/mysys_err.h @@ -22,7 +22,7 @@ extern "C" { #endif #define GLOB 0 /* Error maps */ -#define GLOBERRS 23 /* Max number of error messages in map's */ +#define GLOBERRS 24 /* Max number of error messages in map's */ #define EE(X) globerrs[ X ] /* Defines to add error to right map */ extern const char * NEAR globerrs[]; /* my_error_messages is here */ |