fix for platforms that have lower_case_table_names == 2

parent 1ce4c4ec
...@@ -3977,7 +3977,7 @@ int ndbcluster_find_files(THD *thd,const char *db,const char *path, ...@@ -3977,7 +3977,7 @@ int ndbcluster_find_files(THD *thd,const char *db,const char *path,
TABLE_LIST table_list; TABLE_LIST table_list;
bzero((char*) &table_list,sizeof(table_list)); bzero((char*) &table_list,sizeof(table_list));
table_list.db= (char*) db; table_list.db= (char*) db;
table_list.real_name=(char*)file_name; table_list.alias=table_list.real_name=(char*)file_name;
(void)mysql_rm_table_part2(thd, &table_list, (void)mysql_rm_table_part2(thd, &table_list,
/* if_exists */ true, /* if_exists */ true,
/* drop_temporary */ false, /* drop_temporary */ false,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment