mirror of
https://github.com/MariaDB/server.git
synced 2025-12-16 22:03:23 +03:00
Auto increment value wraps when performing a bulk insert with auto_increment_increment and auto_increment_offset greater than one. The fix: If overflow happened then return MAX_ULONGLONG value as an indication of overflow and check this before storing the value into the field in update_auto_increment().
22 KiB
22 KiB