case-sensitivity issue when query information_schema.tables
between TiDB and MySQL
#30357
Labels
information_schema.tables
between TiDB and MySQL
#30357
Bug Report
Please answer these questions before submitting your issue. Thanks!
This seems to affect liquibase migration behaviour. It uses getTables and fire sql like:
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
In MySQL:
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
Both TiDB and MySQL has
lower_case_table_names
to2
since I am on macOS.The text was updated successfully, but these errors were encountered: