diff options
author | serg@serg.mylan <> | 2003-11-18 10:23:49 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2003-11-18 10:23:49 +0100 |
commit | 6d350964dc9f3fe105521c9e4f791443c25e121a (patch) | |
tree | 89d4a1ac4663bd62954142074197be3a54b27ee5 /mysql-test/t/overflow.test | |
parent | 249c0f9b325e8d69b3087bb3c699901f58f0eb35 (diff) | |
download | mariadb-git-6d350964dc9f3fe105521c9e4f791443c25e121a.tar.gz |
word substitution in error messages removed - can create problems for i18n
Diffstat (limited to 'mysql-test/t/overflow.test')
-rw-r--r-- | mysql-test/t/overflow.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/overflow.test b/mysql-test/t/overflow.test index 7a9616fd24e..17e443d51f8 100644 --- a/mysql-test/t/overflow.test +++ b/mysql-test/t/overflow.test @@ -1,4 +1,4 @@ connect (con1,localhost,boo,,); connection con1; --- error 1064,1102,1279 +-- error 1064,1102,1280 drop database AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA; |