~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-11-17 18:11:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1222.
  • Revision ID: brian@gaz-20091117181145-567c6eg3zdi7572l
Remove mysql_lock_have_duplicate()  (we don't have merge, and our partition
will not require this in the future).

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
                               TableList *TableList::*link,
130
130
                               const char *db_name,
131
131
                               const char *table_name);
132
 
TableList *unique_table(Session *session, TableList *table, TableList *table_list,
133
 
                         bool check_alias);
 
132
TableList *unique_table(TableList *table, TableList *table_list,
 
133
                        bool check_alias= false);
134
134
void remove_db_from_cache(const char *db);
135
135
 
136
136
/* bits for last argument to remove_table_from_cache() */