@rfuchs - apparently the patch was supposed to delete all entries, without a need to match
on filters, according to PR #2140. Like the sql `delete from table` without `where`
clause.
Now I understand that the sets keeping indexes are left. Does it happen for every type of
`delete`, even when it has filters (i.e., `where` conditions)? Or only in the case of
`delete all`?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/bf2ecd4dec55d5009e0904392d083e1…