Bug #108011 | the special character | ||
---|---|---|---|
Submitted: | 28 Jul 2022 6:54 | Modified: | 23 Aug 2022 2:19 |
Reporter: | hui zhu | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 8.0.27, 5.7.39, 8.0.30 | OS: | CentOS |
Assigned to: | CPU Architecture: | x86 |
[28 Jul 2022 6:54]
hui zhu
[28 Jul 2022 8:00]
MySQL Verification Team
Hello hui zhu, Thank you for the report and test case. regards, Umesh
[2 Aug 2022 9:20]
Roy Lyseng
Posted by developer: This is not a bug. MySQL uses \ as a default escape character in LIKE patterns, thus this character must be duplicated in the pattern to get a match.
[23 Aug 2022 2:19]
hui zhu
Hello,Roy Lyseng Thanks for your reply.