From 5a24433d271e6317886102448f2b60728b738940 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 18 Nov 2003 10:23:49 +0100 Subject: word substitution in error messages removed - can create problems for i18n --- mysql-test/t/fulltext.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/fulltext.test') 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)); -- cgit v1.2.1