mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge with 4.0.11
This commit is contained in:
@@ -527,6 +527,8 @@ int mysqld_extend_show_tables(THD *thd,const char *db,const char *wild)
|
||||
protocol->store(file_name);
|
||||
table_list.db=(char*) db;
|
||||
table_list.real_name= table_list.alias= file_name;
|
||||
if (lower_case_table_names)
|
||||
casedn_str(file_name);
|
||||
if (!(table = open_ltable(thd, &table_list, TL_READ)))
|
||||
{
|
||||
for (uint i=0 ; i < field_list.elements ; i++)
|
||||
|
||||
Reference in New Issue
Block a user