mirror of
https://github.com/MariaDB/server.git
synced 2025-11-13 21:42:58 +03:00
returns nothing
When looking for table or database names inside INFORMATION_SCHEMA
we must convert the table and database names to lowercase (just as it's
done in the rest of the server) when lowercase_table_names is non-zero.
This will allow us to find the same tables that we would find if there
is no condition.
Fixed by converting to lower case when extracting the database and
table name conditions.
Test case added.
6.2 KiB
6.2 KiB