summaryrefslogtreecommitdiff
path: root/sql/ha_blackhole.cc
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2005-09-19 12:06:23 -0700
committerbrian@zim.(none) <>2005-09-19 12:06:23 -0700
commit616c324436c127bf477451872bbfdef330089794 (patch)
tree66c32512f8a36415aa9c06747310d1dd892ff475 /sql/ha_blackhole.cc
parent87a8fb48077011afcc6a61dffa0e0a88aeed498a (diff)
downloadmariadb-git-616c324436c127bf477451872bbfdef330089794.tar.gz
Cleanup for handlerton structure to allow for loadable engine work. This is the first in a series of patches.
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 a287d6e446b..f089b67d678 100644
--- a/sql/ha_blackhole.cc
+++ b/sql/ha_blackhole.cc
@@ -26,7 +26,7 @@
/* Blackhole storage engine handlerton */
-static handlerton blackhole_hton= {
+handlerton blackhole_hton= {
"BLACKHOLE",
0, /* slot */
0, /* savepoint size. */