1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

remove HA_ERR_INFO, use ER_ALTER_INFO

This commit is contained in:
Sergei Golubchik
2015-12-23 15:59:56 +01:00
parent 8d9fbaaba6
commit 923b6dc888
3 changed files with 4 additions and 5 deletions

View File

@@ -95,8 +95,7 @@ static const char *handler_error_messages[]=
"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",
"Table encrypted but decryption failed. This could be because correct encryption management plugin is not loaded, used encryption key is not available or encryption method does not match.",
"Information, not an error"
"Table encrypted but decryption failed. This could be because correct encryption management plugin is not loaded, used encryption key is not available or encryption method does not match."
};
#endif /* MYSYS_MY_HANDLER_ERRORS_INCLUDED */