summaryrefslogtreecommitdiff
path: root/include/mysys_err.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-09-27 02:40:54 +0300
committerunknown <monty@donna.mysql.com>2000-09-27 02:40:54 +0300
commit8bd8993cd30c43f0712b555b384676d6906d4def (patch)
treef81605254863ffc2b10f71ccb7efd66e3844f345 /include/mysys_err.h
parentb95853972a4e9aa7adb3c1827d95c6b5dd69f2f6 (diff)
downloadmariadb-git-8bd8993cd30c43f0712b555b384676d6906d4def.tar.gz
Fixes for release
include/config-win.h: Increase the number of files on windows include/mysys_err.h: New error message myisam/mi_log.c: Fix myisam.log to be usable even if we are using NFS myisam/myisamdef.h: Fix myisam.log to be usable even if we are using NFS mysys/errors.c: Fix error message
Diffstat (limited to 'include/mysys_err.h')
-rw-r--r--include/mysys_err.h2
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 */