diff options
author | Andrei <andrei.elkin@mariadb.com> | 2022-08-26 18:35:15 +0300 |
---|---|---|
committer | Andrei <andrei.elkin@mariadb.com> | 2022-09-03 13:04:44 +0300 |
commit | f501f815bc78fc743a9ccb8bd9f0bb6e888abf4f (patch) | |
tree | f1fb3a320dec89458a638e3f8d347a5bfac5e433 | |
parent | 47812017c67f1cba46cbc9dceee4c613a00dfd94 (diff) | |
download | mariadb-git-f501f815bc78fc743a9ccb8bd9f0bb6e888abf4f.tar.gz |
MDEV-28827 Minor unsafe statement warning message improvement
The replication unsafe warning's pattern gets corrected in the
punctuation part.
-rw-r--r-- | sql/share/errmsg-utf8.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 97520facefe..aff9874edc2 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -6469,7 +6469,7 @@ ER_BINLOG_UNSAFE_NONTRANS_AFTER_TRANS eng "Statement is unsafe because it accesses a non-transactional table after accessing a transactional table within the same transaction" ER_MESSAGE_AND_STATEMENT - eng "%s Statement: %s" + eng "%s. Statement: %s" ER_SLAVE_CONVERSION_FAILED eng "Column %d of table '%-.192s.%-.192s' cannot be converted from type '%-.50s' to type '%-.50s'" |