~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Monty Taylor
  • Date: 2009-02-21 02:48:50 UTC
  • mto: (892.1.5 devel)
  • mto: This revision was merged to the branch mainline in revision 898.
  • Revision ID: mordred@inaugust.com-20090221024850-q34zzui2spju93et
Fixed more warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
413
413
  void exclude_tree();
414
414
 
415
415
  /* UNION methods */
416
 
  bool prepare(Session *session, select_result *result, uint32_t additional_options);
 
416
  bool prepare(Session *session, select_result *result,
 
417
               uint64_t additional_options);
417
418
  bool exec();
418
419
  bool cleanup();
419
420
  inline void unclean() { cleaned= 0; }