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:
parent
ca6b86f420
commit
2fc0b22f2a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user