~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.h

  • Committer: Lee Bieber
  • Date: 2010-12-10 21:36:15 UTC
  • mfrom: (1992.1.3 build)
  • Revision ID: kalebral@gmail.com-20101210213615-qt9c09pg7epgdomq
Merge Evan - Add some extra details to the libdrizzle documentation
Merge Shrews - Fix compiler warning about "comparison between signed and unsigned integer expressions
Merge Monty - We were leaving link-warning.h out of the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
bool update_precheck(Session *session, TableList *tables);
47
47
bool delete_precheck(Session *session, TableList *tables);
48
48
bool insert_precheck(Session *session, TableList *tables);
 
49
bool create_table_precheck(TableIdentifier &identifier);
49
50
 
50
51
Item *negate_expression(Session *session, Item *expr);
51
52