Files
percona-toolkit/lib
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-08-15 17:28:52 -03:00
2012-10-22 11:43:33 -06:00
2012-08-22 08:20:59 -06:00
2012-06-07 14:53:47 -04:00