summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorJon Olav Hauglid <jon.hauglid@oracle.com>2012-03-15 10:15:50 +0100
committerJon Olav Hauglid <jon.hauglid@oracle.com>2012-03-15 10:15:50 +0100
commit1f5051d9f2bc2353a1ec7363f2b50c5ba34b28e2 (patch)
tree15be23d3ee8d3c1f7b0c5ff9ea8d5a62765b1af9 /sql/share
parent2b68b4bc1b7a450fcdd07412a3b05a91ecbfce8d (diff)
downloadmariadb-git-1f5051d9f2bc2353a1ec7363f2b50c5ba34b28e2.tar.gz
Bug#13833438: ERROR CODES MUST HAVE SAME VALUE ACROSS MYSQL VERSIONS
Pre-requisite patch. Add end-of-file marker to 5.5 version of errmsg-utf8.txt.
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg-utf8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index d164f75d7d8..f0e9c210e62 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -6494,3 +6494,6 @@ ER_BINLOG_UNSAFE_WRITE_AUTOINC_SELECT
ER_BINLOG_UNSAFE_CREATE_SELECT_AUTOINC
eng "CREATE TABLE... SELECT... on a table with an auto-increment column is unsafe because the order in which rows are retrieved by the SELECT determines which (if any) rows are inserted. This order cannot be predicted and may differ on master and the slave."
+#
+# End of 5.5 error messages.
+#