summaryrefslogtreecommitdiff
path: root/mysys/errors.c
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 /mysys/errors.c
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 'mysys/errors.c')
-rw-r--r--mysys/errors.c2
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)",
};