REGEXP_LIKE
shouldn't accept arguments with mixed collation
#59411
Labels
component/expression
severity/moderate
sig/sql-infra
SIG: SQL Infra
type/bug
The issue is confirmed as a bug.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
Run the SQL
SELECT REGEXP_LIKE(BINARY 'ABC', 'abc', 'i');
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: