mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
commit
883496782f
7 changed files with 27 additions and 45 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue