~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/table_cache_dictionary/dictionary.cc

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:27:09 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103032709-oyvfrc6eb8fzj0mr
fix docs warning: docs/unlock.rst:2: (WARNING/2) Title underline too short.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
static table_cache_dictionary::TableDefinitionCache *table_definitions;
28
28
 
29
29
 
30
 
static int init(drizzled::plugin::Context &context)
 
30
static int init(drizzled::module::Context &context)
31
31
{
32
32
  table_definitions= new(std::nothrow)table_cache_dictionary::TableDefinitionCache;
33
33
  tables_in_cache= new(std::nothrow)table_cache_dictionary::TableCache;