~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/archive/ha_archive.cc

MergingĀ fromĀ Mark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1461
1461
  NULL
1462
1462
};
1463
1463
 
1464
 
struct st_mysql_storage_engine archive_storage_engine=
1465
 
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
1466
 
 
1467
1464
mysql_declare_plugin(archive)
1468
1465
{
1469
1466
  MYSQL_STORAGE_ENGINE_PLUGIN,
1470
 
  &archive_storage_engine,
1471
1467
  "ARCHIVE",
 
1468
  "3.5",
1472
1469
  "Brian Aker, MySQL AB",
1473
1470
  "Archive storage engine",
1474
1471
  PLUGIN_LICENSE_GPL,
1475
1472
  archive_db_init, /* Plugin Init */
1476
1473
  archive_db_done, /* Plugin Deinit */
1477
 
  0x0350 /* 3.0 */,
1478
1474
  NULL,                       /* status variables                */
1479
1475
  archive_system_variables,   /* system variables                */
1480
1476
  NULL                        /* config options                  */