~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/server_includes.h

  • Committer: Brian Aker
  • Date: 2008-11-11 02:57:53 UTC
  • Revision ID: brian@gir-3.local-20081111025753-lhjfrgprx27gpudv
Stepping point in moving to stmt based replication.

Show diffs side-by-side

added added

removed removed

Lines of Context:
438
438
                                thr_lock_type lock_type);
439
439
bool open_normal_and_derived_tables(Session *session, TableList *tables, uint32_t flags);
440
440
int lock_tables(Session *session, TableList *tables, uint32_t counter, bool *need_reopen);
441
 
int decide_logging_format(Session *session, TableList *tables);
 
441
int decide_logging_format(Session *session);
442
442
Table *open_temporary_table(Session *session, const char *path, const char *db,
443
443
                            const char *table_name, bool link_in_list,
444
444
                            open_table_mode open_mode);