mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
yet another trunc* bug
This commit is contained in:
@ -147,6 +147,9 @@ aaa20 bbb15
|
||||
aaa30 bbb10
|
||||
select * from t1 where match a against ("+aaa* +ccc*" in boolean mode);
|
||||
a
|
||||
select * from t1 where match a against ("+aaa10 +(bbb*)" in boolean mode);
|
||||
a
|
||||
aaa10 bbb20
|
||||
drop table t1;
|
||||
CREATE TABLE t1 (
|
||||
id int(11),
|
||||
|
Reference in New Issue
Block a user