diff options
author | monty@mashka.mysql.fi <> | 2003-02-25 13:41:08 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-25 13:41:08 +0200 |
commit | 9812831194043cddc4419416fdc9ad4b7eea298e (patch) | |
tree | 41faf54f4cf10be6703db82d4862e37dec26dabf /sql/share/english | |
parent | 4e2df79c36a28031f98160f97d29e94d86e71888 (diff) | |
download | mariadb-git-9812831194043cddc4419416fdc9ad4b7eea298e.tar.gz |
Fixed "syntax" errors in text message files.
Ensured that all errors messages ends with: ",
Diffstat (limited to 'sql/share/english')
-rw-r--r-- | sql/share/english/errmsg.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt index b67c1e1a0df..b30ac87b5b6 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -166,7 +166,7 @@ "Result string is longer than max_allowed_packet", "The used table type doesn't support BLOB/TEXT columns", "The used table type doesn't support AUTO_INCREMENT columns", -"INSERT DELAYED can't be used with table '%-.64s', because it is locked with LOCK TABLES", +"INSERT DELAYED can't be used with table '%-.64s' because it is locked with LOCK TABLES", "Incorrect column name '%-.100s'", "The used table handler can't index column '%-.64s'", "All tables in the MERGE table are not identically defined", @@ -198,7 +198,7 @@ "Table '%-.64s' is marked as crashed and should be repaired", "Table '%-.64s' is marked as crashed and last (automatic?) repair failed", "Warning: Some non-transactional changed tables couldn't be rolled back", -"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again', +"Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage. Increase this mysqld variable and try again", "This operation cannot be performed with a running slave, run SLAVE STOP first", "This operation requires a running slave, configure slave and do SLAVE START", "The server is not configured as slave, fix in config file or with CHANGE MASTER TO", |