1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-23 03:54:27 +03:00
Files
mariadb/mysql-test/suite/sql_sequence
Monty 7aa80ba66b Sequences with negative numbers and auto_increment_increment crashes
This also fixes MDEV-16313 Assertion `next_free_value % real_increment == offset' fails upon CREATE SEQUENCE in galera cluster

Fixed by adding llabs() to assert.
Also adjusted auto_increment_offset to mod auto_increment_increment.
2018-08-30 17:38:01 +03: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-05-08 13:29:41 +03:00