~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.h

  • Committer: Brian Aker
  • Date: 2009-03-10 15:30:16 UTC
  • mfrom: (923.1.9 merge)
  • Revision ID: brian@tangent.org-20090310153016-imdmo2jj1cecz9py
Merge from Brian (Cleanup around LCOV)

Show diffs side-by-side

added added

removed removed

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