summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorAlfranio Correia <alfranio.correia@sun.com>2010-03-10 20:28:41 +0000
committerAlfranio Correia <alfranio.correia@sun.com>2010-03-10 20:28:41 +0000
commit42c96c7ebac771513c0866c13cb5bd9c672d6d40 (patch)
treec5dd369b1ce37b5593c4e71c573287b9c6916e3d /sql/share
parenteb79ef1535f092a2e3fee9cf514ff0c581de0bd2 (diff)
parent3fad4e8df1281c43d4fd343d3107b0a8e52c2327 (diff)
downloadmariadb-git-42c96c7ebac771513c0866c13cb5bd9c672d6d40.tar.gz
Merge next-mr-bugfixing (local) --> next-mr-bugfixing.
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 7ea8c75e43e..30d12e89ca0 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -6321,3 +6321,6 @@ ER_SPATIAL_MUST_HAVE_GEOM_COL 42000
ER_TOO_LONG_INDEX_COMMENT
eng "Comment for index '%-.64s' is too long (max = %lu)"
+
+ER_BINLOG_UNSAFE_MULTIPLE_ENGINES_AND_SELF_LOGGING_ENGINE
+ eng "Mixing self-logging and non-self-logging engines in a statement is unsafe."