This commit is contained in:
George 2021-03-28 04:22:58 +03:00
parent 521f747685
commit bba5c08856

View File

@ -790,7 +790,6 @@ SET log_comment = 'log_comment test', log_queries = 1;
SELECT 1;
SYSTEM FLUSH LOGS;
SELECT type, query FROM system.query_log WHERE log_comment = 'log_comment test' AND event_date >= yesterday() ORDER BY event_time DESC LIMIT 2;
WHERE event_date >= yesterday() ORDER BY event_time DESC LIMIT 2;
```
Result: