diff options
Diffstat (limited to 'storage/example/ha_example.cc')
-rw-r--r-- | storage/example/ha_example.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/example/ha_example.cc b/storage/example/ha_example.cc index 0470f95e082..10eadf2c7a9 100644 --- a/storage/example/ha_example.cc +++ b/storage/example/ha_example.cc @@ -729,8 +729,8 @@ mysql_declare_plugin example_hton.name, "Brian Aker, MySQL AB", "Example Storage Engine", - tina_init_func, /* Plugin Init */ - tina_done_func, /* Plugin Deinit */ + example_init_func, /* Plugin Init */ + example_done_func, /* Plugin Deinit */ 0x0001 /* 0.1 */, } mysql_declare_plugin_end; |