~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-11-09 03:56:52 UTC
  • mto: (1921.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 1922.
  • Revision ID: brian@tangent.org-20101109035652-ebkg0zyrozxe6n1c
Rehash the size on the actual table cache as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1639
1639
  }
1640
1640
 
1641
1641
  // Resize the definition Cache at startup
 
1642
  table::Cache::singleton().rehash(table_def_size);
1642
1643
  definition::Cache::singleton().rehash(table_def_size);
1643
1644
 
1644
1645
  setup_fpu();