mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
5.3 merge
This commit is contained in:
8
mysql-test/r/fulltext_derived_4316.result
Normal file
8
mysql-test/r/fulltext_derived_4316.result
Normal file
@ -0,0 +1,8 @@
|
||||
create table t1 (ft text) engine=myisam;
|
||||
insert into t1 values ('test1'),('test2');
|
||||
select distinct match(ft) against("test1" in boolean mode) from
|
||||
(select distinct ft from t1) as t;
|
||||
match(ft) against("test1" in boolean mode)
|
||||
1
|
||||
0
|
||||
drop table t1;
|
Reference in New Issue
Block a user