Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.4.6, 22.08.5, 23.02.1
-
None
Description
If the filter is configured with match=/something|anything/ and the following SQL is executed:
SELECT 'nothing'; |
SELECT 'something'; |
SELECT 'everything'; |
SELECT 'anything'; |
The log should only contain lines for the second and fourth queries. The actual result is that the second query is repeated twice after which the fourth query is logged. In addition, there is an empty line that is similar tothe ones in MXS-4551.
Date,User@Host,Query
|
,skysql@::ffff:192.168.122.1,
|
2023-04-27 13:15:42,skysql@::ffff:192.168.122.1,SELECT 'something'
|
2023-04-27 13:15:42,skysql@::ffff:192.168.122.1,SELECT 'something'
|
2023-04-27 13:15:42,skysql@::ffff:192.168.122.1,SELECT 'anything'
|
Attachments
Issue Links
- relates to
-
MXS-4551 qlafilter with options=extended does not log query nor date
- Closed