1
0
mirror of https://github.com/MariaDB/server.git synced 2025-04-26 11:49:09 +03:00
Oleksandr Byelkin 0bdc15d86e 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()
2018-04-26 15:38:16 +02:00
..
2017-10-06 12:28:56 +02:00
2017-10-06 12:28:56 +02:00
2017-12-12 09:15:17 +02:00
2017-10-06 12:28:56 +02:00
2018-02-15 11:48:30 +02:00
2018-02-15 11:48:30 +02:00