~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-02-26 05:21:02 UTC
  • mfrom: (896.1.5 fix-osxs)
  • Revision ID: brian@intel-mini-2.local-20090226052102-8xtbjt8kph6mi0qx
Merge from Monty.

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; }