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:925
 
#define HA_ERR_TABLE_CORRUPT
Table/Clustered index is corrupted.
Definition: my_base.h:1043
 
#define HA_ERR_OUT_OF_MEM
Record-file is crashed.
Definition: my_base.h:913
 
#define HA_ERR_TABLE_EXIST
The table existed in storage engine.
Definition: my_base.h:964
 
#define HA_ERR_WRONG_INDEX
Wrong index given to function.
Definition: my_base.h:905
 
#define HA_ERR_UNSUPPORTED
unsupported extension used
Definition: my_base.h:931
 
#define HA_ERR_FOUND_DUPP_KEY
Duplicate key on write.
Definition: my_base.h:899
 
#define HA_ERR_NO_SUCH_TABLE
The table does not exist in engine.
Definition: my_base.h:962
 
#define HA_ERR_WRONG_COMMAND
Command not supported.
Definition: my_base.h:917
 
#define HA_ERR_KEY_NOT_FOUND
Didn't find key on read or update.
Definition: my_base.h:897
 
#define HA_ERR_TOO_BIG_ROW
Too big row.
Definition: my_base.h:933
 
#define HA_ERR_END_OF_FILE
end in next/prev/first/last
Definition: my_base.h:929
 
Definition: allocator.h:48
 
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