1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix compile problem in ha_example.cc

This commit is contained in:
knielsen@mysql.com
2005-12-22 09:19:24 +01:00
parent 4eee14fb70
commit 7b8fa1e3c6

View File

@ -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;