diff options
Diffstat (limited to 'sql/share/czech/errmsg.txt')
-rw-r--r-- | sql/share/czech/errmsg.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sql/share/czech/errmsg.txt b/sql/share/czech/errmsg.txt index c01df3b53cd..befba24be1c 100644 --- a/sql/share/czech/errmsg.txt +++ b/sql/share/czech/errmsg.txt @@ -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", |