MySQL 9.0.0
Source Code Documentation
result.h File Reference

TempTable auxiliary Result enum. More...

#include "my_base.h"

Go to the source code of this file.

Namespaces

namespace  temptable
 

Enumerations

enum class  temptable::Result {
  temptable::END_OF_FILE = HA_ERR_END_OF_FILE , temptable::FOUND_DUPP_KEY = HA_ERR_FOUND_DUPP_KEY , temptable::KEY_NOT_FOUND = HA_ERR_KEY_NOT_FOUND , temptable::NO_SUCH_TABLE = HA_ERR_NO_SUCH_TABLE ,
  temptable::OK = 0 , temptable::OUT_OF_MEM = HA_ERR_OUT_OF_MEM , temptable::RECORD_FILE_FULL = HA_ERR_RECORD_FILE_FULL , temptable::TABLE_CORRUPT = HA_ERR_TABLE_CORRUPT ,
  temptable::TABLE_EXIST = HA_ERR_TABLE_EXIST , temptable::TOO_BIG_ROW = HA_ERR_TOO_BIG_ROW , temptable::UNSUPPORTED = HA_ERR_UNSUPPORTED , temptable::WRONG_COMMAND = HA_ERR_WRONG_COMMAND ,
  temptable::WRONG_INDEX = HA_ERR_WRONG_INDEX
}
 

Functions

const char * temptable::result_to_string (Result r)
 

Detailed Description

TempTable auxiliary Result enum.