1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

post-merge fixes

This commit is contained in:
serg@serg.mylan
2003-10-30 21:04:09 +01:00
parent 54f9d44b7f
commit e5d6035188
2 changed files with 14 additions and 5 deletions

View File

@@ -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));