mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
e2cd6d3572
It was not a SIGSEGV but an assertion failure. The assertion was checking the invariant that *first_value passed in by MySQL doesn't contain a value that is greater than the max value for that type. The assertion has been changed to a check and if the value is greater than the max we report a generic AUTOINC failure. rb://93 Approved by Heikki |
||
---|---|---|
.. | ||
ha_innodb.cc | ||
ha_innodb.h |