-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.16.0
-
Fix Version/s: 1.16.0
-
Component/s: None
-
Labels:None
-
Environment:
ubuntu 18.04
a simple select on one table throws and exception if IN operater is used and LIMIT as well
```select id,lid,what,pid,ppid,uid,gid,euid,eguid,exe,tty,cmdline,`start` from procs WHERE lid in ('5cdd87378082155f3dd4fa71','5cdd885a8082155f3dd4fa72') limit 1000;```
same select works if the limit is removed