We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626583b commit 1e31b65Copy full SHA for 1e31b65
1 file changed
src/scripts/lnav-moveto-breakpoint.lnav
@@ -33,7 +33,7 @@
33
FROM all_logs
34
WHERE
35
log_line $line_cmp log_msg_line() AND
36
- log_msg_schema IN (SELECT schema_id FROM lnav_log_breakpoints)
+ EXISTS (SELECT 1 FROM lnav_log_breakpoints WHERE schema_id = log_msg_schema)
37
ORDER BY log_line $line_order
38
LIMIT 1
39
0 commit comments