~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2010-04-22 19:19:55 UTC
  • mfrom: (1502.1.2 fix-myisam)
  • Revision ID: brian@gaz-20100422191955-jyxf0uap37absw2e
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
748
748
                             uint32_t key_length, uint32_t db_flags, int *error);
749
749
TableShare *get_cached_table_share(const char *db, const char *table_name);
750
750
bool reopen_name_locked_table(Session* session, TableList* table_list, bool link_in);
751
 
bool reopen_table(Table *table);
752
751
bool reopen_tables(Session *session,bool get_locks,bool in_refresh);
753
752
void close_handle_and_leave_table_as_lock(Table *table);
754
753
bool wait_for_tables(Session *session);