summaryrefslogtreecommitdiff
path: root/storage/example
diff options
context:
space:
mode:
authorunknown <knielsen@mysql.com>2005-12-22 09:19:24 +0100
committerunknown <knielsen@mysql.com>2005-12-22 09:19:24 +0100
commit973949d0b3d17ae70099345306f08f15e174bef2 (patch)
tree090c287c3c997d28c508a7184a408156c4bf5fed /storage/example
parente2283810b0863e795748d262716a7edc245c0a2c (diff)
downloadmariadb-git-973949d0b3d17ae70099345306f08f15e174bef2.tar.gz
Fix compile problem in ha_example.cc
Diffstat (limited to 'storage/example')
-rw-r--r--storage/example/ha_example.cc4
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;