~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.h

  • Committer: Brian Aker
  • Date: 2008-10-11 17:31:45 UTC
  • Revision ID: brian@tangent.org-20081011173145-qzws50bp0npuihzp
Removed dead bootstrap variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1398
1398
    it returned an error on master, and this is OK on the slave.
1399
1399
  */
1400
1400
  bool       is_slave_error;
1401
 
  bool       bootstrap, cleanup_done;
 
1401
  bool       cleanup_done;
1402
1402
  
1403
1403
  /**  is set if some thread specific value(s) used in a statement. */
1404
1404
  bool       thread_specific_used;