Skip to content

Commit 2fc0b22

Browse files
author
Sergei Golubchik
committed
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
1 parent ca6b86f commit 2fc0b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/tokudb/ha_tokudb.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ static inline bool key_is_clustering(const KEY *key) {
833833
#else
834834

835835
static inline bool key_is_clustering(const KEY *key) {
836-
return key->option_struct && key->option_struct->clustering;
836+
return key->flags & HA_CLUSTERING;
837837
}
838838
#endif
839839

0 commit comments

Comments
 (0)