[MXS-675] QLA Filter Output Log Improvements Created: 2016-04-19  Updated: 2016-04-22  Resolved: 2016-04-22

Status: Closed
Project: MariaDB MaxScale
Component/s: qlafilter
Affects Version/s: 1.4.1
Fix Version/s: 2.0.0

Type: Bug Priority: Major
Reporter: Will Fong Assignee: markus makela
Resolution: Fixed Votes: 0
Labels: None

Sprint: 2016-8

 Description   

The output log for the QLA filter needs two fixes:

Example:

02:59:20.939 19/04/2016, w@127.0.0.1, select @@version_comment limit 1

1. The date format needs to be in a database-standard format. Something like "YYYY-MM-DD HH:MM:SS" or a unix timestamp.

2. There should not be a space after the commas. This makes it incredibly difficult to parse on the command line, as a leading space will need to be truncated.

Thanks,
-will



 Comments   
Comment by markus makela [ 2016-04-21 ]

The output of the qlafilter is now properly formatted CSV data. All whitespace is converted into spaces and repeating whitespace is squeezed.

The timestamp now uses the same formatting as DATETIME in MariaDB does.

Generated at Thu Feb 08 04:01:06 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.