128
Friday, September 21st, 2007HA_ERR_OUT_OF_MEM
#define HA_ERR_OUT_OF_MEM 128 /* Record-file is crashed */TODO: Add Context
HA_ERR_OUT_OF_MEM
#define HA_ERR_OUT_OF_MEM 128 /* Record-file is crashed */HA_ERR_WRONG_IN_RECORD
#define HA_ERR_WRONG_IN_RECORD 127 /* Record-file is crashed */HA_ERR_CRASHED
#define HA_ERR_CRASHED 126 /* Indexfile is crashed */TODO: Find where 125 is defined - I doesn’t appear to be listed with the other HA_ERR_* defines in my_base.h
Was it depreciated?
HA_ERR_WRONG_INDEX
#define HA_ERR_WRONG_INDEX 124 /* Wrong index given to function */
HA_ERR_RECORD_CHANGED
#define HA_ERR_RECORD_CHANGED 123 /* Uppdate with is recoverable */TODO: Find where 122 is defined - I doesn’t appear to be listed with the other HA_ERR_* defines in my_base.h
Was it depreciated?
HA_ERR_FOUND_DUPP_KEY
#define HA_ERR_FOUND_DUPP_KEY 121 /* Dupplicate key on write */
HA_ERR_KEY_NOT_FOUND
#define HA_ERR_KEY_NOT_FOUND 120 /* Didn’t find key on read or update */ ER_ERROR_ON_RENAME
#define ER_ERROR_ON_RENAME 1025