diff options
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index 208ae989218..b4cb5bcac37 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -27,6 +27,7 @@ // the following is for checking tables +#define HA_CHECK_ALREADY_CHECKED 1 #define HA_CHECK_OK 0 #define HA_CHECK_NOT_IMPLEMENTED -1 #define HA_CHECK_CORRUPT -2 |