~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

MergingĀ fromĀ Mark.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7817
7817
/**/
7818
7818
 
7819
7819
 
7820
 
static struct st_mysql_storage_engine innobase_storage_engine=
7821
 
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
7822
 
 
7823
7820
/* plugin options */
7824
7821
static MYSQL_SYSVAR_BOOL(checksums, innobase_use_checksums,
7825
7822
  PLUGIN_VAR_NOCMDARG | PLUGIN_VAR_READONLY,
8057
8054
mysql_declare_plugin(innobase)
8058
8055
{
8059
8056
  MYSQL_STORAGE_ENGINE_PLUGIN,
8060
 
  &innobase_storage_engine,
8061
8057
  innobase_hton_name,
 
8058
  "1.0", 
8062
8059
  "Innobase OY",
8063
8060
  "Supports transactions, row-level locking, and foreign keys",
8064
8061
  PLUGIN_LICENSE_GPL,
8065
8062
  innobase_init, /* Plugin Init */
8066
8063
  NULL, /* Plugin Deinit */
8067
 
  0x0100 /* 1.0 */,
8068
8064
  innodb_status_variables_export,/* status variables             */
8069
8065
  innobase_system_variables, /* system variables */
8070
8066
  NULL /* reserved */