~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Stewart Smith
  • Date: 2010-07-29 16:44:36 UTC
  • mfrom: (1638.9.8)
  • mto: (1720.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1721.
  • Revision ID: stewart@flamingspork.com-20100729164436-dsrth68ahiuutvpe
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
722
722
void close_handle_and_leave_table_as_lock(Table *table);
723
723
bool wait_for_tables(Session *session);
724
724
bool table_is_used(Table *table, bool wait_for_name_lock);
725
 
Table *drop_locked_tables(Session *session,const char *db, const char *table_name);
726
 
void abort_locked_tables(Session *session,const char *db, const char *table_name);
 
725
Table *drop_locked_tables(Session *session, const drizzled::TableIdentifier &identifier);
 
726
void abort_locked_tables(Session *session, const drizzled::TableIdentifier &identifier);
727
727
extern Field *not_found_field;
728
728
extern Field *view_ref_found;
729
729