summaryrefslogtreecommitdiff
path: root/include/mysqld_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysqld_error.h')
-rw-r--r--include/mysqld_error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 9f0ea9d7988..0898b3d576f 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -252,4 +252,5 @@
#define ER_VAR_CANT_BE_READ 1233
#define ER_CANT_USE_OPTION_HERE 1234
#define ER_NOT_SUPPORTED_YET 1235
-#define ER_ERROR_MESSAGES 236
+#define ER_MASTER_FATAL_ERROR_READING_BINLOG 1236
+#define ER_ERROR_MESSAGES 237