From 923b6dc888d727272a66290f60bc61ab76f1fff1 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 23 Dec 2015 15:59:56 +0100 Subject: remove HA_ERR_INFO, use ER_ALTER_INFO --- include/my_handler_errors.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/my_handler_errors.h') 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 */ -- cgit v1.2.1