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 | b5056c63973bb39778edd39468d63ea45475b148 (patch) | |
tree | 89d4a1ac4663bd62954142074197be3a54b27ee5 /mysql-test/t/fulltext.test | |
parent | a1acc6525cd3a2458770a408af144f85569700df (diff) | |
download | mariadb-git-b5056c63973bb39778edd39468d63ea45475b148.tar.gz |
word substitution in error messages removed - can create problems for i18n
Diffstat (limited to 'mysql-test/t/fulltext.test')
-rw-r--r-- | mysql-test/t/fulltext.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/fulltext.test b/mysql-test/t/fulltext.test index 3aace91447d..bc0afd53d6f 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -133,9 +133,9 @@ select * from t2 having MATCH inhalt AGAINST ('foobar'); # check of fulltext errors # ---error 1286 +--error 1285 CREATE TABLE t3 (t int(11),i text,fulltext tix (t,i)); ---error 1286 +--error 1285 CREATE TABLE t3 (t int(11),i text, j varchar(200) CHARACTER SET latin2, fulltext tix (i,j)); |