mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-03-01 02:00:46 +08:00
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.
47 KiB
47 KiB