summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
Diffstat (limited to 'mysys')
-rw-r--r--mysys/errors.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/errors.c b/mysys/errors.c
index 942fd3230c0..b6064460535 100644
--- a/mysys/errors.c
+++ b/mysys/errors.c
@@ -15,7 +15,7 @@
#include "mysys_priv.h"
#include "mysys_err.h"
-
+#include "m_string.h"
#ifndef SHARED_LIBRARY
const char *globerrs[GLOBERRS]=
@@ -128,6 +128,7 @@ void wait_for_free_space(const char *filename, int errors)
});
(void) sleep(time_to_sleep);
+ DEBUG_SYNC_C("disk_full_reached");
}
const char **get_global_errmsgs()