mirror of
https://github.com/MariaDB/server.git
synced 2025-12-07 17:42:39 +03:00
We failed to reset the dict_table_t::persistent_autoinc after instantly dropping an AUTO_INCREMENT column, causing a bogus call to row_parse_int() on a subsequent insert.