~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
int prepare_schema_table(Session *session, LEX *lex, Table_ident *table_ident,
80
80
                         const std::string& schema_table_name);
81
81
 
 
82
int prepare_new_schema_table(Session *session, LEX *lex,
 
83
                             const std::string& schema_table_name);
 
84
 
82
85
Item * all_any_subquery_creator(Item *left_expr,
83
86
                                chooser_compare_func_creator cmp,
84
87
                                bool all,