~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/ha_heap.cc

Merged in some naming things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
925
925
}
926
926
 
927
927
 
928
 
drizzle_declare_plugin
 
928
DRIZZLE_DECLARE_PLUGIN
929
929
{
930
930
  "MEMORY",
931
931
  "1.0",
938
938
  NULL,                       /* system variables                */
939
939
  NULL                        /* config options                  */
940
940
}
941
 
drizzle_declare_plugin_end;
 
941
DRIZZLE_DECLARE_PLUGIN_END;