Environment
- Version: Not specified (Not an RD-provided temporary version)
- Machine: 6.13.1.92
- Directory: /obdata/data/Andro...
Description
The mysqltest case sequence.restart_mysql fails after a nextval operation when an ALTER SEQUENCE ... RESTART START WITH statement is executed. The error returned is 4320 (MINVALUE must be less than MAXVALUE).
Steps to Reproduce
- Connect using:
mysql -uroot -h30.249.210.50 -P 2881
- Execute the steps from the
sequence.restart_mysql test case.
- The test fails with error 4320.
Reproducibility: Consistently reproducible.
Expected Behavior
The test case should pass, matching the expected result defined in sequence.restart_mysql.
Actual Behavior
The test case fails with error 4320: "MINVALUE must be less than MAXVALUE".
Environment
Description
The mysqltest case
sequence.restart_mysqlfails after anextvaloperation when anALTER SEQUENCE ... RESTART START WITHstatement is executed. The error returned is 4320 (MINVALUE must be less than MAXVALUE).Steps to Reproduce
mysql -uroot -h30.249.210.50 -P 2881sequence.restart_mysqltest case.Reproducibility: Consistently reproducible.
Expected Behavior
The test case should pass, matching the expected result defined in
sequence.restart_mysql.Actual Behavior
The test case fails with error 4320: "MINVALUE must be less than MAXVALUE".