diff options
author | unknown <monty@donna.mysql.com> | 2000-09-27 02:40:54 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-09-27 02:40:54 +0300 |
commit | 8bd8993cd30c43f0712b555b384676d6906d4def (patch) | |
tree | f81605254863ffc2b10f71ccb7efd66e3844f345 /mysys/errors.c | |
parent | b95853972a4e9aa7adb3c1827d95c6b5dd69f2f6 (diff) | |
download | mariadb-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 'mysys/errors.c')
-rw-r--r-- | mysys/errors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/errors.c b/mysys/errors.c index f74a56ed5e5..c2c1b8ffcc3 100644 --- a/mysys/errors.c +++ b/mysys/errors.c @@ -44,7 +44,7 @@ const char * NEAR globerrs[GLOBERRS]= "%d files and %d streams is left open\n", "Disk is full writing '%s'. Waiting for someone to free space...", "Can't create directory '%s' (Errcode: %d)", - "Character set '%s' is not a compiled character set and is not specified in the '%s' file" + "Character set '%s' is not a compiled character set and is not specified in the '%s' file", "Out of resources when opening file '%s' (Errcode: %d)", }; |