~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

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