diff options
author | unknown <serg@serg.mylan> | 2003-10-30 21:04:09 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-10-30 21:04:09 +0100 |
commit | e9f308f0b91adb560c75f5d7e333c07949154e7d (patch) | |
tree | 71985cb46beaca481825e0486af8af974ff34027 /mysql-test/t/fulltext.test | |
parent | d054ce1c5d21f981e73e67da29d418ddddc835a3 (diff) | |
download | mariadb-git-e9f308f0b91adb560c75f5d7e333c07949154e7d.tar.gz |
post-merge fixes
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 80655f28d00..37913d2d747 100644 --- a/mysql-test/t/fulltext.test +++ b/mysql-test/t/fulltext.test @@ -131,9 +131,9 @@ select * from t2 having MATCH inhalt AGAINST ('foobar'); # check of fulltext errors # ---error 1280 +--error 1281 CREATE TABLE t3 (t int(11),i text,fulltext tix (t,i)); ---error 1280 +--error 1281 CREATE TABLE t3 (t int(11),i text, j varchar(200) CHARACTER SET latin2, fulltext tix (i,j)); |