diff options
author | monty@donna.mysql.com <> | 2000-09-12 03:02:33 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-12 03:02:33 +0300 |
commit | 2776500c220c92bb78df03513cc3dd33588f40e5 (patch) | |
tree | 051686baf31e5363765879f2437ada3abea6b71b /include/mysys_err.h | |
parent | 497007e2bd9cb127d54a4fdb02253301f404ce7f (diff) | |
download | mariadb-git-2776500c220c92bb78df03513cc3dd33588f40e5.tar.gz |
Update to new root alloc, OPTIMIZE TABLE and some other changes
Diffstat (limited to 'include/mysys_err.h')
-rw-r--r-- | include/mysys_err.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysys_err.h b/include/mysys_err.h index 7f5c3e1908b..660bb60edee 100644 --- a/include/mysys_err.h +++ b/include/mysys_err.h @@ -50,6 +50,7 @@ extern const char * NEAR globerrs[]; /* my_error_messages is here */ #define EE_DISK_FULL 20 #define EE_CANT_MKDIR 21 #define EE_UNKNOWN_CHARSET 22 +#define EE_OUT_OF_FILERESOURCES 23 #ifdef __cplusplus } |