~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
922
922
}
923
923
 
924
924
 
925
 
drizzle_declare_plugin
 
925
DRIZZLE_DECLARE_PLUGIN
926
926
{
927
927
  "MEMORY",
928
928
  "1.0",
935
935
  NULL,                       /* system variables                */
936
936
  NULL                        /* config options                  */
937
937
}
938
 
drizzle_declare_plugin_end;
 
938
DRIZZLE_DECLARE_PLUGIN_END;