mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-28827 Minor unsafe statement warning message improvement
The replication unsafe warning's pattern gets corrected in the punctuation part.
This commit is contained in:
parent
47812017c6
commit
f501f815bc
1 changed files with 1 additions and 1 deletions
|
@ -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'"
|
||||
|
|
Loading…
Add table
Reference in a new issue