Skip to content

Commit

Permalink
MDEV-28827 Minor unsafe statement warning message improvement
Browse files Browse the repository at this point in the history
The replication unsafe warning's pattern gets corrected in the
punctuation part.
  • Loading branch information
andrelkin committed Sep 3, 2022
1 parent 4781201 commit f501f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/share/errmsg-utf8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit f501f81

Please sign in to comment.