~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

  • Committer: Brian Aker
  • Date: 2010-05-21 18:25:00 UTC
  • mfrom: (1530.2.10)
  • Revision ID: brian@gaz-20100521182500-c30dbqd2ko56cf56
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
 
158
158
static HeapEngine *heap_storage_engine= NULL;
159
159
 
160
 
static int heap_init(plugin::Context &context)
 
160
static int heap_init(module::Context &context)
161
161
{
162
162
  heap_storage_engine= new HeapEngine(engine_name);
163
163
  context.add(heap_storage_engine);