mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Cleanup + safety comment
sql/share/english/errmsg.txt: Added note to ensure that no one adds new error message to 4.0. This is important as it causes too many problems with test suite in 4.1 sql/sql_load.cc: Removed wrong comment.
This commit is contained in:
parent
a6e2f61e8c
commit
40ad915493
2 changed files with 4 additions and 7 deletions
|
|
@ -238,5 +238,7 @@
|
|||
"Wrong usage/placement of '%s'",
|
||||
"This version of MySQL doesn't yet support '%s'",
|
||||
"Got fatal error %d: '%-.128s' from master when reading data from binary log",
|
||||
"Slave SQL thread ignored the query because of replicate-*-table rules"
|
||||
"Slave SQL thread ignored the query because of replicate-*-table rules",
|
||||
"Variable '%-.64s' is a %s variable"
|
||||
] # End of error messages
|
||||
# Do NOT add new error messages here as this makes merges to 4.1 too hard!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue