summaryrefslogtreecommitdiff
path: root/mysql-test/t/fulltext.test
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2003-11-18 10:23:49 +0100
committerunknown <serg@serg.mylan>2003-11-18 10:23:49 +0100
commit5a24433d271e6317886102448f2b60728b738940 (patch)
tree89d4a1ac4663bd62954142074197be3a54b27ee5 /mysql-test/t/fulltext.test
parentcf192616699b0d562f600552397c9e5bc4ee74e8 (diff)
downloadmariadb-git-5a24433d271e6317886102448f2b60728b738940.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.test4
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));