diff options
author | mikef@nslinux.bedford.progress.com <> | 2001-03-21 15:34:16 -0500 |
---|---|---|
committer | mikef@nslinux.bedford.progress.com <> | 2001-03-21 15:34:16 -0500 |
commit | d145a6b97e3306abf6ed36725748f255dcfa4ba5 (patch) | |
tree | 5306fccfc0c0c42aabf0e2dd6bf883cdecc3ed03 /include | |
parent | 3c48448042457edca9c7559d9a6bed24485ddc86 (diff) | |
download | mariadb-git-d145a6b97e3306abf6ed36725748f255dcfa4ba5.tar.gz |
Add support for Gemini table handler, Monty has checked and approved
Fix bug when read return error
Diffstat (limited to 'include')
-rw-r--r-- | include/my_base.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/my_base.h b/include/my_base.h index 18518187db0..aee9f7af3f1 100644 --- a/include/my_base.h +++ b/include/my_base.h @@ -211,6 +211,8 @@ enum ha_base_keytype { #define HA_ERR_WRONG_TABLE_DEF 143 #define HA_ERR_CRASHED_ON_REPAIR 144 /* Last (automatic?) repair failed */ #define HA_ERR_CRASHED_ON_USAGE 145 /* Table must be repaired */ +#define HA_ERR_LOCK_WAIT_TIMEOUT 146 +#define HA_ERR_LOCK_TABLE_FULL 147 /* Other constants */ |