mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
fix: return db name for I_S.TABLES(and others) in original letter case. if mysql starts with lower_case_table_names=1 | 2 then original db name is converted to lower case(for I_S tables). It happens when we perform add_table_to_list. to avoid this we make a copy of original db name and use the copy hereafter.
3.5 KiB
3.5 KiB