Files
percona-toolkit/t
Brian Fraser dce8db5be1 Fix for 823431: pt-query-advisor hangs on big queries
This was caused by a regex backtracking itself to a halt. The solution
was to add a positive lookahead that searches for the floating but mandatory
substrings that the regex needs; if those exist, then eventually it will
match, but if they don't, it'll fail quickly.
2012-10-31 06:48:54 -03:00
..
2012-06-03 15:14:30 -04:00
2012-03-26 17:24:44 -06:00
2012-06-11 17:51:43 -03:00
2012-06-03 15:14:30 -04:00
2012-06-04 14:14:34 -07:00
2012-08-24 19:39:58 -03:00
2012-10-11 17:02:25 -06:00