~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 03:12:11 UTC
  • mto: (1108.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1109.
  • Revision ID: brian@gaz-20090804031211-kgc4ve14cesax4s4
Additional multi-update

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
class Table_ident;
38
38
 
39
39
bool execute_sqlcom_select(Session *session, TableList *all_tables);
40
 
bool multi_update_precheck(Session *session, TableList *tables);
41
 
bool multi_delete_precheck(Session *session, TableList *tables);
42
40
bool mysql_insert_select_prepare(Session *session);
43
41
bool update_precheck(Session *session, TableList *tables);
44
42
bool delete_precheck(Session *session, TableList *tables);
74
72
 
75
73
void create_select_for_variable(const char *var_name);
76
74
 
77
 
bool multi_delete_set_locks_and_link_aux_tables(LEX *lex);
78
 
 
79
75
void init_update_queries(void);
80
76
 
81
77
bool dispatch_command(enum enum_server_command command, Session *session,