~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-11-10 05:50:26 UTC
  • mfrom: (1910.2.15 merge)
  • mto: This revision was merged to the branch mainline in revision 1922.
  • Revision ID: brian@tangent.org-20101110055026-shjlsd5jeumje2vt
Merge in tree for shared_ptr work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
#include "drizzled/plugin/event_observer.h"
72
72
 
 
73
#include "drizzled/message/cache.h"
 
74
 
73
75
#include <google/protobuf/stubs/common.h>
74
76
 
75
77
#if TIME_WITH_SYS_TIME
1639
1641
  }
1640
1642
 
1641
1643
  // Resize the definition Cache at startup
 
1644
  table::Cache::singleton().rehash(table_def_size);
1642
1645
  definition::Cache::singleton().rehash(table_def_size);
 
1646
  message::Cache::singleton().rehash(table_def_size);
1643
1647
 
1644
1648
  setup_fpu();
1645
1649