summaryrefslogtreecommitdiff
path: root/sql/ha_blackhole.cc
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-07-20 01:17:16 +0400
committerkonstantin@mysql.com <>2005-07-20 01:17:16 +0400
commit5f5e10ed252ea3985af6ebb080a8ecf38899324f (patch)
tree3348e8ce4a5815acc85462351a371bec02295f64 /sql/ha_blackhole.cc
parentd347568a12190f987653164d1981909c89b5c9d5 (diff)
downloadmariadb-git-5f5e10ed252ea3985af6ebb080a8ecf38899324f.tar.gz
Fix a compilation failure.
Diffstat (limited to 'sql/ha_blackhole.cc')
-rw-r--r--sql/ha_blackhole.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_blackhole.cc b/sql/ha_blackhole.cc
index 856a053db9e..ae6952d4e5b 100644
--- a/sql/ha_blackhole.cc
+++ b/sql/ha_blackhole.cc
@@ -26,7 +26,7 @@
/* Blackhole storage engine handlerton */
-static handlerton myisam_hton= {
+static handlerton blackhole_hton= {
"BLACKHOLE",
0, /* slot */
0, /* savepoint size. */