mariadb/handler
sunny e2cd6d3572 branches/5.1: Bug#43203: Overflow from auto incrementing causes server segv
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
2009-03-02 00:28:52 +00:00
..
ha_innodb.cc branches/5.1: Bug#43203: Overflow from auto incrementing causes server segv 2009-03-02 00:28:52 +00:00
ha_innodb.h branches/5.1: Backport changes from branches/zip r2725 2008-10-23 04:30:32 +00:00