Commit 7b8fa1e3 authored by knielsen@mysql.com's avatar knielsen@mysql.com

Fix compile problem in ha_example.cc

parent 4eee14fb
......@@ -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