~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Brian Aker
  • Date: 2009-08-04 02:33:47 UTC
  • mto: (1108.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1109.
  • Revision ID: brian@gaz-20090804023347-z0ciilv9f2exhlws
Removal multi-update/delete

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
bool execute_sqlcom_select(Session *session, TableList *all_tables);
40
40
bool multi_update_precheck(Session *session, TableList *tables);
41
41
bool multi_delete_precheck(Session *session, TableList *tables);
42
 
int mysql_multi_update_prepare(Session *session);
43
 
int mysql_multi_delete_prepare(Session *session);
44
42
bool mysql_insert_select_prepare(Session *session);
45
43
bool update_precheck(Session *session, TableList *tables);
46
44
bool delete_precheck(Session *session, TableList *tables);
76
74
 
77
75
void create_select_for_variable(const char *var_name);
78
76
 
79
 
void mysql_init_multi_delete(LEX *lex);
80
 
 
81
77
bool multi_delete_set_locks_and_link_aux_tables(LEX *lex);
82
78
 
83
79
void init_update_queries(void);