~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_plugin.cc

  • Committer: Brian Aker
  • Date: 2009-03-25 22:03:13 UTC
  • mfrom: (960.2.47 mordred)
  • Revision ID: brian@tangent.org-20090325220313-fffae098oufxiaqg
Merge of Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
plugin_type_init plugin_type_initialize[DRIZZLE_MAX_PLUGIN_TYPE_NUM]=
90
90
{
91
91
  0,  /* Daemon */
92
 
  ha_initialize_handlerton,  /* Storage Engine */
 
92
  storage_engine_initializer,  /* Storage Engine */
93
93
  initialize_schema_table,  /* Information Schema */
94
94
  initialize_udf,  /* UDF */
95
95
  0,  /* UDA */
107
107
plugin_type_init plugin_type_deinitialize[DRIZZLE_MAX_PLUGIN_TYPE_NUM]=
108
108
{
109
109
  0,  /* Daemon */
110
 
  ha_finalize_handlerton,  /* Storage Engine */
 
110
  storage_engine_finalizer,  /* Storage Engine */
111
111
  finalize_schema_table,  /* Information Schema */
112
112
  finalize_udf,  /* UDF */
113
113
  0,  /* UDA */