Was doing some code review in preparation for a Drupal 10 release and noticed that the tests were failing.
I'm currently running MySQL 5.7.29, and the new boundary regex notation introduced here isn't supported on it.
See http://sqlfiddle.com/#!9/ce3f8f/3It appears we'd need some kind of MySQL version check to determine which type of regex should be used: https://dev.mysql.com/doc/refman/8.0/en/regexp.html#regexp-compatibility
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.3 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - @codebymikey opened merge request.
- last update
over 1 year ago 2 pass, 2 fail - Status changed to Fixed
over 1 year ago 3:29pm 12 May 2023 - πΊπΈUnited States DamienMcKenna NH, USA
This is being handled in π Fix MySQL 7.4 vs 8 compatibility bugs Fixed .
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.3 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass Automatically closed - issue fixed for 2 weeks with no activity.