14 lines
470 B
Text
14 lines
470 B
Text
SET NAMES utf8mb3;
|
|
|
|
--let $required_icu_version=59
|
|
--source include/require_icu_version.inc
|
|
|
|
--echo #
|
|
--echo # ICU bug #12884: Timeout ignored for ICU regular expression matches
|
|
--echo # reported by us. Fixed in ICU 59.1.
|
|
--echo #
|
|
--echo # Originates from MySQL Bug#24449090 BUFFER OVERFLOW IN FUNCTION DUPL
|
|
--echo # which was fixed in the Henry Spencer library.
|
|
--echo #
|
|
--error ER_REGEXP_TIME_OUT
|
|
SELECT regexp_like('', "(((((((){120}){11}){11}){11}){80}){11}){4}" );
|