Commit 973949d0 authored by unknown's avatar unknown

Fix compile problem in ha_example.cc

parent e2283810
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment