mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative number
This commit is contained in:
@ -33,3 +33,10 @@ select _rowid,t1._rowid,skey,sval from t1;
|
||||
drop table t1;
|
||||
|
||||
# End of 4.1 tests
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative number
|
||||
--echo #
|
||||
|
||||
SET @engine='MEMORY';
|
||||
--source include/autoinc_mdev15353.inc
|
||||
|
Reference in New Issue
Block a user