Carlos Salguero
|
2b5c8f69ab
|
PT-1573 Fixed General log parser regex
The regexp to process log entries was not considering timestamps in +n,
it was only considering timestamps in -n hours
|
2018-09-26 09:25:33 -03:00 |
|
Carlos Salguero
|
3313913fa7
|
BUG-1585412 Fixed Date parsing regex for MySQL 5.7
MySQL 5.7 general log dates are in RFC3339 format:
2006-01-02T15:04:05Z07:00
The previous version of the log parser was not able to parse
this format.
|
2016-06-08 17:11:36 -03:00 |
|
Daniel Nichter
|
9b105ee2d2
|
Make GeneralLogParser.pm understand the "as" part of a Connect command.
|
2012-11-14 11:38:55 -07:00 |
|
Daniel Nichter
|
6c501128e6
|
Add lib/, t/lib/, and sandbox/. All modules are updated and passing on MySQL 5.1.
|
2011-06-24 11:22:06 -06:00 |
|