~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2010-11-10 20:56:34 UTC
  • mfrom: (1921.1.2 trunk)
  • Revision ID: brian@tangent.org-20101110205634-u5rt2i4ibpyj20wh
Rollup patch around using shared_ptr with Table messages.

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