Skip to content

Commit

Permalink
Merge branch '2.4' into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Wikman committed Nov 17, 2020
2 parents d93e5a3 + 9ed51b6 commit 9015bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ void Server::VersionInfo::set(uint64_t version, const std::string& version_str)

Type new_type = Type::UNKNOWN;
auto version_strz = version_str.c_str();
if (strcasestr(version_strz, "clustrix"))
if (strcasestr(version_strz, "xpand") || strcasestr(version_strz, "clustrix"))
{
new_type = Type::CLUSTRIX;
}
Expand Down

0 comments on commit 9015bcd

Please sign in to comment.