diff options
author | unknown <konstantin@mysql.com> | 2005-07-20 01:17:16 +0400 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-07-20 01:17:16 +0400 |
commit | 9142113cea3c4366074ed9fca69416270e03d586 (patch) | |
tree | 3348e8ce4a5815acc85462351a371bec02295f64 /sql/ha_blackhole.cc | |
parent | 29654f69987720d4f132dd1093f28a8c0746941f (diff) | |
download | mariadb-git-9142113cea3c4366074ed9fca69416270e03d586.tar.gz |
Fix a compilation failure.
Diffstat (limited to 'sql/ha_blackhole.cc')
-rw-r--r-- | sql/ha_blackhole.cc | 2 |
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. */ |