~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2008-09-25 15:39:16 UTC
  • Revision ID: brian@tangent.org-20080925153916-gl5qq5to85ym56sk
Removed dead variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
592
592
    subquery. Prepared statements work OK in that regard, as in
593
593
    case of an error during prepare the PS is not created.
594
594
  */
595
 
  bool first_execution;
596
595
  bool first_cond_optimization;
597
596
  /* exclude this select from check of unique_table() */
598
597
  bool exclude_from_table_unique_test;