~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-06-08 16:51:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1058.
  • Revision ID: brian@gaz-20090608165122-4zvh22zgsaqadcjy
Remove lock_tables list from session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
void add_join_on(TableList *b,Item *expr);
60
60
void add_join_natural(TableList *a,TableList *b,List<String> *using_fields,
61
61
                      Select_Lex *lex);
62
 
void unlink_open_table(Session *session, Table *find, bool unlock);
 
62
void unlink_open_table(Session *session, Table *find);
63
63
void drop_open_table(Session *session, Table *table, const char *db_name,
64
64
                     const char *table_name);
65
65
void update_non_unique_table_error(TableList *update,