Commit 591e74c7 authored by DevilSatan's avatar DevilSatan Committed by Vicențiu Ciorbaru

MDEV-7526: TokuDB doesn't build on OS X

A string definition is inconsistent and thus causes a compilation error.
Signed-off-by: default avatarVicențiu Ciorbaru <vicentiu@mariadb.org>
parent e386523a
......@@ -379,7 +379,7 @@ static int free_share(TOKUDB_SHARE * share) {
}
const char *ha_tokudb::table_type() const {
extern const char * const tokudb_hton_name;
extern const char *tokudb_hton_name;
return tokudb_hton_name;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment