summaryrefslogtreecommitdiff
path: root/include/my_handler_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_handler_errors.h')
-rw-r--r--include/my_handler_errors.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/my_handler_errors.h b/include/my_handler_errors.h
index 87e52f141c7..946e615aa79 100644
--- a/include/my_handler_errors.h
+++ b/include/my_handler_errors.h
@@ -105,7 +105,10 @@ static const char *handler_error_messages[]=
"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.",
"Foreign key cascade delete/update exceeds max depth",
- "Tablespace is missing for a table"
+ "Tablespace is missing for a table",
+ "Sequence has been run out",
+ "Sequence values are conflicting",
+ "Cannot select partitions"
};
#endif /* MYSYS_MY_HANDLER_ERRORS_INCLUDED */