~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-03-07 17:21:24 UTC
  • mfrom: (919.1.3 merge)
  • Revision ID: brian@tangent.org-20090307172124-s1bnv3chifan0v5s
Merge of patches for removal of LOAD DATA "LOCAL"

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