Merge bb-10.2-ext into 10.3

This commit is contained in:
Marko Mäkelä 2018-02-06 17:12:17 +02:00
commit 883496782f
7 changed files with 27 additions and 45 deletions

View file

@ -657,7 +657,7 @@ dict_tf_is_valid(
bit. For ROW_FORMAT=REDUNDANT, only the DATA_DIR flag
(which we cleared above) can be set. If any other flags
are set, the flags are invalid. */
return(flags == 0);
return(flags == 0 || flags == DICT_TF_MASK_NO_ROLLBACK);
}
return(dict_tf_is_valid_not_redundant(flags));