diff options
author | konstantin@mysql.com <> | 2005-07-20 01:17:16 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-07-20 01:17:16 +0400 |
commit | 5f5e10ed252ea3985af6ebb080a8ecf38899324f (patch) | |
tree | 3348e8ce4a5815acc85462351a371bec02295f64 /sql/ha_blackhole.cc | |
parent | d347568a12190f987653164d1981909c89b5c9d5 (diff) | |
download | mariadb-git-5f5e10ed252ea3985af6ebb080a8ecf38899324f.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. */ |