diff options
author | unknown <svoj@mysql.com/april.(none)> | 2006-10-06 10:54:47 +0500 |
---|---|---|
committer | unknown <svoj@mysql.com/april.(none)> | 2006-10-06 10:54:47 +0500 |
commit | f463cb389be2a421b117190b863f72ddf72b354b (patch) | |
tree | 6e62f6853dafbb7d30de7ba7fd06aef596eda62b /sql/share | |
parent | 9387a593c74491f0be6aeb38bcbf3bba71121b5b (diff) | |
download | mariadb-git-f463cb389be2a421b117190b863f72ddf72b354b.tar.gz |
Addition to fix for bug#10974. Fixed spelling.
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/english/errmsg.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt index a8b06a07218..62c8f4f9991 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -184,7 +184,7 @@ character-set=latin1 "INSERT DELAYED can't be used with table '%-.64s' because it is locked with LOCK TABLES", "Incorrect column name '%-.100s'", "The used storage engine can't index column '%-.64s'", -"Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exists", +"Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist", "Can't write, because of unique constraint, to table '%-.64s'", "BLOB/TEXT column '%-.64s' used in key specification without a key length", "All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead", |