~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-06-04 22:13:34 UTC
  • mfrom: (1046.1.10 merge)
  • Revision ID: brian@gaz-20090604221334-gugmt2z7otnjqt5u
Merge Brian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
{
150
150
  return open_and_lock_tables_derived(session, tables, true);
151
151
}
152
 
/* simple open_and_lock_tables without derived handling for single table */
153
 
Table *open_n_lock_single_table(Session *session, TableList *table_l,
154
 
                                thr_lock_type lock_type);
155
152
bool open_normal_and_derived_tables(Session *session, TableList *tables, uint32_t flags);
156
153
int lock_tables(Session *session, TableList *tables, uint32_t counter, bool *need_reopen);
157
154
int decide_logging_format(Session *session);