summaryrefslogtreecommitdiff
path: root/mysys/errors.c
diff options
context:
space:
mode:
authorguilhem@mysql.com <>2004-09-24 11:54:37 +0200
committerguilhem@mysql.com <>2004-09-24 11:54:37 +0200
commit53d0daa3a0e5548e8226d228727ed056fb82fb99 (patch)
tree1904cbaab17eae6aa0f58174837482dfc20ee104 /mysys/errors.c
parentc163a67a4dc7fc6f239c229def64fcc25ce4307a (diff)
downloadmariadb-git-53d0daa3a0e5548e8226d228727ed056fb82fb99.tar.gz
Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":
we force the message to the error log, and we make it more informative; we treat EDQUOT like ENOSPC.
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 7d755718b16..e21609f6e94 100644
--- a/mysys/errors.c
+++ b/mysys/errors.c
@@ -41,7 +41,7 @@ const char * NEAR globerrs[GLOBERRS]=
"Can't change dir to '%s' (Errcode: %d)",
"Warning: '%s' had %d links",
"%d files and %d streams is left open\n",
- "Disk is full writing '%s'. Waiting for someone to free space...",
+ "Disk is full writing '%s' (Errcode: %d). Waiting for someone to free space... Retry in %d secs",
"Can't create directory '%s' (Errcode: %d)",
"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)",