diff options
Diffstat (limited to 'include/my_base.h')
-rw-r--r-- | include/my_base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h index b93300d7562..d69216311f6 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -408,6 +408,10 @@ enum ha_base_keytype { when only HA_STATUS_VARIABLE but it won't be used. */ #define HA_STATUS_VARIABLE_EXTRA 128U +/* + Treat empty table as empty (ignore HA_STATUS_TIME hack). +*/ +#define HA_STATUS_OPEN 256U /* Errorcodes given by handler functions |