diff options
author | monty@donna.mysql.fi <> | 2001-05-09 23:02:36 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-05-09 23:02:36 +0300 |
commit | 965cd30f8779bc28a3c7181c64f8880b04b334d7 (patch) | |
tree | 288f7cc7d0ca91ae340b7a568971bb02d8eb798d /sql/share/english | |
parent | 33fa6e04cc0ec389d07cf0aa59db59c8d67c41eb (diff) | |
download | mariadb-git-965cd30f8779bc28a3c7181c64f8880b04b334d7.tar.gz |
Applied patches for BDB tables
Fixes to InnoDB to compile on Windows
Fix for temporary InnoDB tables
Fixed bug in REPLACE()
Fixed sub char keys for InnoDB
Diffstat (limited to 'sql/share/english')
-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 74139b30a85..ff29fffe958 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -90,7 +90,7 @@ "File '%-.80s' already exists", "Records: %ld Deleted: %ld Skipped: %ld Warnings: %ld", "Records: %ld Duplicates: %ld", -"Incorrect sub part key. The used key part isn't a string or the used length is longer than the key part", +"Incorrect sub part key. The used key part isn't a string, the used length is longer than the key part or the table handler doesn't support unique sub keys", "You can't delete all columns with ALTER TABLE. Use DROP TABLE instead", "Can't DROP '%-.64s'. Check that column/key exists", "Records: %ld Duplicates: %ld Warnings: %ld", |