~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_class.cc

  • 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:
427
427
   rand_used(0),
428
428
   time_zone_used(0),
429
429
   in_lock_tables(0),
430
 
   bootstrap(0),
431
430
   derived_tables_processing(false),
432
431
   m_lip(NULL)
433
432
{