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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user