~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-03-07 19:16:29 UTC
  • mfrom: (920 drizzle)
  • mto: (934.3.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 938.
  • Revision ID: osullivan.padraig@gmail.com-20090307191629-fjdt66ccncs295kk
Merge from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1358
1358
    query (0 if no derived tables, otherwise DERIVED_SUBQUERY).
1359
1359
  */
1360
1360
  uint8_t derived_tables;
1361
 
  bool drop_if_exists, drop_temporary, local_file, one_shot_set;
 
1361
  bool drop_if_exists, drop_temporary, one_shot_set;
1362
1362
  bool autocommit;
1363
1363
  bool verbose;
1364
1364