Commit 9bd98f45 authored by Aleksey Midenkov's avatar Aleksey Midenkov

Compilation fix

parent 73aa78ea
......@@ -513,6 +513,7 @@ bool make_partition_name(char *move_ptr, uint i)
}
#ifdef WITH_PARTITION_STORAGE_ENGINE
inline
uint partition_info::next_part_no(uint new_parts) const
{
......@@ -545,5 +546,6 @@ uint partition_info::next_part_no(uint new_parts) const
}
return suffix - new_parts;
}
#endif
#endif /* PARTITION_INFO_INCLUDED */
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