mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
Do not pass PCRE_UCP flag for binary data. This makes bytes 0x80..FF not to belong to generic character classes \d (digit) and \w (word character). SELECT 0xFF RLIKE '\\w'; -> 0 Note, this change does not affect non-binary data, which is still examined with the PCRE_UCP flag by default.
17 KiB
17 KiB