~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Jay Pipes
  • Date: 2009-05-16 03:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1027.
  • Revision ID: jpipes@serialcoder-20090516031551-75j0370lmcnqekjv
Remove useless autocommit member variable of LEX.  Was always 0. Removed a useless conditional in mysql_execute_command. Document the 'verbose' member variable of LEX

Show diffs side-by-side

added added

removed removed

Lines of Context:
1306
1306
  bool drop_if_exists;
1307
1307
  bool drop_temporary;
1308
1308
  bool one_shot_set;
1309
 
  bool autocommit;
 
1309
 
 
1310
  /* Only true when FULL symbol is found (e.g. SHOW FULL PROCESSLIST) */
1310
1311
  bool verbose;
1311
1312
  
1312
1313
  /* Was the CHAIN option using in COMMIT/ROLLBACK? */