~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 21:55:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1050.
  • Revision ID: brian@gaz-20090604215503-dio874cselkmabmf
Remove caller that wasn't correctly locking, and reverted code to 5.1
locking. Thank you hellgrind :)

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);