27#ifndef TEMPTABLE_RESULT_H
28#define TEMPTABLE_RESULT_H
This file includes constants used by all storage engines.
#define HA_ERR_RECORD_FILE_FULL
No more room in file.
Definition: my_base.h:848
#define HA_ERR_TABLE_CORRUPT
Table/Clustered index is corrupted.
Definition: my_base.h:966
#define HA_ERR_OUT_OF_MEM
Record-file is crashed.
Definition: my_base.h:836
#define HA_ERR_TABLE_EXIST
The table existed in storage engine.
Definition: my_base.h:887
#define HA_ERR_WRONG_INDEX
Wrong index given to function.
Definition: my_base.h:828
#define HA_ERR_UNSUPPORTED
unsupported extension used
Definition: my_base.h:854
#define HA_ERR_FOUND_DUPP_KEY
Duplicate key on write.
Definition: my_base.h:822
#define HA_ERR_NO_SUCH_TABLE
The table does not exist in engine.
Definition: my_base.h:885
#define HA_ERR_WRONG_COMMAND
Command not supported.
Definition: my_base.h:840
#define HA_ERR_KEY_NOT_FOUND
Didn't find key on read or update.
Definition: my_base.h:820
#define HA_ERR_TOO_BIG_ROW
Too big row.
Definition: my_base.h:856
#define HA_ERR_END_OF_FILE
end in next/prev/first/last
Definition: my_base.h:852
Definition: allocator.h:45
const char * result_to_string(Result r)
Definition: result.cc:31
Result
Definition: result.h:34
const mysql_service_registry_t * r
Definition: pfs_example_plugin_employee.cc:86