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 | 8ff2174a427054ed1c260a6793cd628e2325ed06 (patch) | |
tree | 3348e8ce4a5815acc85462351a371bec02295f64 /sql/ha_blackhole.cc | |
parent | 4820f89794680b054c92e97681bfe9cf1dc3a03c (diff) | |
download | mariadb-git-8ff2174a427054ed1c260a6793cd628e2325ed06.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. */ |