summaryrefslogtreecommitdiff
path: root/include/my_handler_errors.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-12-23 15:59:56 +0100
committerSergei Golubchik <serg@mariadb.org>2015-12-23 15:59:56 +0100
commit923b6dc888d727272a66290f60bc61ab76f1fff1 (patch)
tree41f14d1131189b0ac730d8279a8f751b54017048 /include/my_handler_errors.h
parent8d9fbaaba60d1e044de0856201cc6989b380e2b0 (diff)
downloadmariadb-git-923b6dc888d727272a66290f60bc61ab76f1fff1.tar.gz
remove HA_ERR_INFO, use ER_ALTER_INFO
Diffstat (limited to 'include/my_handler_errors.h')
-rw-r--r--include/my_handler_errors.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/my_handler_errors.h b/include/my_handler_errors.h
index 38b2bf98d6e..5af6a359348 100644
--- a/include/my_handler_errors.h
+++ b/include/my_handler_errors.h
@@ -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 */