mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
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
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user