1
0
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:
unknown
2003-11-20 23:15:07 +01:00
parent d54e1be66b
commit 722a4cc5d6
3 changed files with 37 additions and 20 deletions

View File

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