~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2009-08-04 06:21:17 UTC
  • mfrom: (1108.2.2 merge)
  • Revision ID: brian@gaz-20090804062117-fef8x6y3ydzrvab3
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
938
938
  /* Options used in START TRANSACTION statement */
939
939
  uint32_t start_transaction_opt;
940
940
  int nest_level;
941
 
  /*
942
 
    In LEX representing update which were transformed to multi-update
943
 
    stores total number of tables. For LEX representing multi-delete
944
 
    holds number of tables from which we will delete records.
945
 
  */
946
 
  uint32_t table_count;
947
941
  uint8_t describe;
948
942
  /*
949
943
    A flag that indicates what kinds of derived tables are present in the