Commit 3da91624 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Revert "Add extra HA_ERR message that Percona introduced within TokuDB 5.6.35-80"

This reverts commit fa59ac50.
parent 9741017b
......@@ -502,8 +502,7 @@ enum ha_base_keytype {
#define HA_ERR_DISK_FULL 189
#define HA_ERR_INCOMPATIBLE_DEFINITION 190
#define HA_ERR_FTS_TOO_MANY_WORDS_IN_PHRASE 191 /* Too many words in a phrase */
#define HA_ERR_DEST_SCHEMA_NOT_EXIST 192 /* Destination schema does not exist */
#define HA_ERR_LAST 192 /* Copy of last error nr */
#define HA_ERR_LAST 191 /* Copy of last error nr */
/* Number of different errors */
#define HA_ERR_ERRORS (HA_ERR_LAST - HA_ERR_FIRST + 1)
......
......@@ -94,8 +94,7 @@ static const char *handler_error_messages[]=
"Operation was interrupted by end user (probably kill command?)",
"Disk full",
"Incompatible key or row definition between the MariaDB .frm file and the information in the storage engine. You have to dump and restore the table to fix this",
"Too many words in a FTS phrase or proximity search",
"Destination schema does not exist"
"Too many words in a FTS phrase or proximity search"
};
#endif /* MYSYS_MY_HANDLER_ERRORS_INCLUDED */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment