You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysql> drop table if exists t; create table t(f text, regnr int); insert into t values(1, 'abc from dataset 1', 1),(2, 'abc from dataset 1', 2),(1001, 'abc from dataset 2', 1); select REMOVE_REPEATS((select * from t where match('abc') order by regnr), regnr, 0, 10);
--------------
drop table if exists t
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
create table t(f text, regnr int)
--------------
Query OK, 0 rows affected (0.00 sec)
--------------
insert into t values(1, 'abc from dataset 1', 1),(2, 'abc from dataset 1', 2),(1001, 'abc from dataset 2', 1)
--------------
Query OK, 3 rows affected (0.00 sec)
--------------
select REMOVE_REPEATS((select * from t where match('abc') order by regnr), regnr, 0, 10)
--------------
ERROR 2013 (HY000): Lost connection to MySQL server during query
No connection. Trying to reconnect...
ERROR 2003 (HY000): Can't connect to MySQL server on '0:9306' (61)
ERROR:
Can't connect to the server
Manticore Search Version:
9.5.3
Operating System Version:
Macos
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
Implementation completed
Tests developed
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Bug Description:
Manticore Search Version:
9.5.3
Operating System Version:
Macos
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: