diff options
author | unknown <serg@serg.mylan> | 2003-11-18 10:23:49 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-11-18 10:23:49 +0100 |
commit | 5a24433d271e6317886102448f2b60728b738940 (patch) | |
tree | 89d4a1ac4663bd62954142074197be3a54b27ee5 /mysql-test/t/overflow.test | |
parent | cf192616699b0d562f600552397c9e5bc4ee74e8 (diff) | |
download | mariadb-git-5a24433d271e6317886102448f2b60728b738940.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; |