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
This commit is contained in:
Sergei Golubchik 2015-01-16 17:54:00 +01:00
parent ca6b86f420
commit 2fc0b22f2a

View File

@ -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