~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

  • Committer: Brian Aker
  • Date: 2009-01-28 19:37:25 UTC
  • mfrom: (779.3.11 devel)
  • Revision ID: brian@tangent.org-20090128193725-pz7g7dnp2dx0863e
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1398
1398
  NULL
1399
1399
};
1400
1400
 
1401
 
mysql_declare_plugin(archive)
 
1401
drizzle_declare_plugin(archive)
1402
1402
{
1403
1403
  DRIZZLE_STORAGE_ENGINE_PLUGIN,
1404
1404
  "ARCHIVE",
1412
1412
  archive_system_variables,   /* system variables                */
1413
1413
  NULL                        /* config options                  */
1414
1414
}
1415
 
mysql_declare_plugin_end;
 
1415
drizzle_declare_plugin_end;
1416
1416