word substitution in error messages removed - can create problems for i18n

This commit is contained in:
unknown 2003-11-18 10:23:49 +01:00
commit 5a24433d27
32 changed files with 155 additions and 175 deletions

View file

@ -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",