summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorSachin Setiya <sachin.setiya@mariadb.com>2017-04-26 11:01:51 +0530
committerSachin Setiya <sachin.setiya@mariadb.com>2017-04-26 11:08:23 +0530
commite180c35619c91c2256f2bb8c24b4f423c92acc7f (patch)
tree80c1ef32d0dc01b22458e35d1ca9a550269ab1b7 /sql/share
parenta287bfa09ac45dba3241b8236abffda5ba48cadc (diff)
downloadmariadb-git-e180c35619c91c2256f2bb8c24b4f423c92acc7f.tar.gz
MDEV-12017 Unclear error with flashback: Variable 'binlog_format' can't ...
When WSREP(thd) is not true we will use my_error(...) to print error. This will set thd->is_error() to true and we wont be getting generic error. Signed-off-by: Sachin Setiya <sachin.setiya@mariadb.com>
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg-utf8.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt
index e1ed868c783..1f4cf315f1c 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -7453,3 +7453,5 @@ ER_JSON_PATH_EMPTY
eng "Path expression '$' is not allowed in argument %d to function '%s'."
ER_SLAVE_SAME_ID
eng "A slave with the same server_uuid/server_id as this slave has connected to the master"
+ER_FLASHBACK_NOT_SUPPORTED
+ eng "Flashback does not support %s %s"