diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2018-04-25 21:32:47 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-04-26 15:38:16 +0200 |
commit | 0bdc15d86ea94df6ed7ac07e69309d7b9b7281b2 (patch) | |
tree | 71216332db582f47c2a50fc5613718a58f3f8d36 /config.h.cmake | |
parent | 7f89d9c9e3b5ee87f5d3555a425ecf495bf04745 (diff) | |
download | mariadb-git-0bdc15d86ea94df6ed7ac07e69309d7b9b7281b2.tar.gz |
MDEV-15732: Assertion `next_free_value % real_increment == offset && next_free_value >= reserved_until' failed in sequence_definition::adjust_values upon SETVAL for sequence with INCREMENT 0
there was a problem with "next_free_value >= reserved_until" condition:
SEQUENCE::set_value handle next_free_value & reserved_until after adjust_values() call, so it is incorect to put assert on it in adjust_values()
Diffstat (limited to 'config.h.cmake')
0 files changed, 0 insertions, 0 deletions