1302
1302
bool table_is_used(Table *table, bool wait_for_name_lock);
1303
1303
Table *drop_locked_tables(Session *session,const char *db, const char *table_name);
1304
1304
void abort_locked_tables(Session *session,const char *db, const char *table_name);
1307
1305
extern Field *not_found_field;
1308
1306
extern Field *view_ref_found;