mariadb/mysql-test/suite/galera/t/MDEV-27123.opt
Jan Lindström ab3ec013c4 MDEV-27123 : auto_increment_increment and auto_increment_offset reset to 1 in current session after alter table on auto-increment column
Problem was that in ALTER TABLE execution variables were set
to 1 even when wsrep_auto_increment_control is OFF. We should
set them only when wsrep_auto_increment_control is ON.
2022-10-09 10:09:47 +03:00

2 lines
91 B
Text

--wsrep_auto_increment_control=OFF --auto_increment_increment=3 --auto_increment_offset=3