summaryrefslogtreecommitdiff
path: root/sql/ha_blackhole.cc
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-07-20 01:17:16 +0400
committerunknown <konstantin@mysql.com>2005-07-20 01:17:16 +0400
commit9142113cea3c4366074ed9fca69416270e03d586 (patch)
tree3348e8ce4a5815acc85462351a371bec02295f64 /sql/ha_blackhole.cc
parent29654f69987720d4f132dd1093f28a8c0746941f (diff)
downloadmariadb-git-9142113cea3c4366074ed9fca69416270e03d586.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. */