mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
word substitution in error messages removed - can create problems for i18n
This commit is contained in:
parent
cf19261669
commit
5a24433d27
32 changed files with 155 additions and 175 deletions
|
|
@ -291,11 +291,10 @@ character-set=latin2
|
|||
"Wrong parameter or combination of parameters for START SLAVE UNTIL",
|
||||
"It is recommended to run with --skip-slave-start when doing step-by-step replication with START SLAVE UNTIL, otherwise you are not safe in case of unexpected slave's mysqld restart",
|
||||
"SQL thread is not to be started so UNTIL options are ignored",
|
||||
"Incorrect %s name '%-.100s'",
|
||||
"table",
|
||||
"database",
|
||||
"column",
|
||||
"index",
|
||||
"catalog",
|
||||
"Incorrect table name '%-.100s'",
|
||||
"Incorrect database name '%-.100s'",
|
||||
"Incorrect column name '%-.100s'",
|
||||
"Incorrect index name '%-.100s'",
|
||||
"Incorrect catalog name '%-.100s'",
|
||||
"Query cache failed to set size %lu, new query cache size is %lu",
|
||||
"Column '%-.64s' cannot be part of FULLTEXT index",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue