~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Monty Taylor
  • Date: 2008-09-13 20:24:20 UTC
  • mfrom: (383.1.35 drizzle)
  • Revision ID: monty@inaugust.com-20080913202420-lkj76ewbabl8ljvp
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1490
1490
  uint8_t derived_tables;
1491
1491
  bool drop_if_exists, drop_temporary, local_file, one_shot_set;
1492
1492
  bool autocommit;
1493
 
  bool verbose, no_write_to_binlog;
 
1493
  bool verbose;
1494
1494
 
1495
1495
  bool tx_chain, tx_release;
1496
1496
  bool subqueries, ignore;