Skip to content

Commit

Permalink
MDEV-7526: TokuDB doesn't build on OS X
Browse files Browse the repository at this point in the history
A string definition is inconsistent and thus causes a compilation error.

Signed-off-by: Vicențiu Ciorbaru <vicentiu@mariadb.org>
  • Loading branch information
DevilSatan authored and cvicentiu committed Dec 19, 2015
1 parent e386523 commit 591e74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/tokudb/ha_tokudb.cc
Expand Up @@ -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;
}

Expand Down

0 comments on commit 591e74c

Please sign in to comment.