Commit 2fc0b22f authored by Sergei Golubchik's avatar Sergei Golubchik

restore an incorrectly merged line

it's in the dead code (ifdef-ed out) so it doesn't matter what it is.
still better to keep it closer to the upstream
parent ca6b86f4
......@@ -833,7 +833,7 @@ static inline bool key_is_clustering(const KEY *key) {
#else
static inline bool key_is_clustering(const KEY *key) {
return key->option_struct && key->option_struct->clustering;
return key->flags & HA_CLUSTERING;
}
#endif
......
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