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:849
#define HA_ERR_TABLE_CORRUPT
Table/Clustered index is corrupted.
Definition: my_base.h:967
#define HA_ERR_OUT_OF_MEM
Record-file is crashed.
Definition: my_base.h:837
#define HA_ERR_TABLE_EXIST
The table existed in storage engine.
Definition: my_base.h:888
#define HA_ERR_WRONG_INDEX
Wrong index given to function.
Definition: my_base.h:829
#define HA_ERR_UNSUPPORTED
unsupported extension used
Definition: my_base.h:855
#define HA_ERR_FOUND_DUPP_KEY
Duplicate key on write.
Definition: my_base.h:823
#define HA_ERR_NO_SUCH_TABLE
The table does not exist in engine.
Definition: my_base.h:886
#define HA_ERR_WRONG_COMMAND
Command not supported.
Definition: my_base.h:841
#define HA_ERR_KEY_NOT_FOUND
Didn't find key on read or update.
Definition: my_base.h:821
#define HA_ERR_TOO_BIG_ROW
Too big row.
Definition: my_base.h:857
#define HA_ERR_END_OF_FILE
end in next/prev/first/last
Definition: my_base.h:853
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