summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorSachin Setiya <sachin.setiya@mariadb.com>2017-04-11 14:02:30 +0530
committerSachin Setiya <sachin.setiya@mariadb.com>2017-04-11 14:02:30 +0530
commitdeca24c21fbda2045d812679bdf75bb049dad2a9 (patch)
treee5bc91a89d331d1dc0996817a7190f4722d26036 /sql/share
parent92f18bdedeec3a3e8ea6f675d4e284fcb46af205 (diff)
downloadmariadb-git-mdev-12017.tar.gz
MDEV-12017 Unclear error with flashback: Variable 'binlog_format' can't ...mdev-12017
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.
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 ae4dc5984bb..f59e85d1be0 100644
--- a/sql/share/errmsg-utf8.txt
+++ b/sql/share/errmsg-utf8.txt
@@ -7450,3 +7450,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"