mariadb/storage
Timothy Smith 8cbd34f0d7 Applying InnoDB snashot 5.1-ss4350, part 5. Fixes
Bug   	Overflow from auto incrementing causes server segv

Detailed revision comments:

r4325 | sunny | 2009-03-02 02:28:52 +0200 (Mon, 02 Mar 2009) | 10 lines
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-11 18:18:44 -06:00
..
archive
blackhole
csv
example
federated
heap
ibmdb2i Import the ibmdb2i-ga4-src snapshot from IBM 2009-03-09 15:20:14 -06:00
innobase Applying InnoDB snashot 5.1-ss4350, part 5. Fixes 2009-03-11 18:18:44 -06:00
myisam Bug myisamchk: --help output incomplete 2009-02-24 20:44:47 +05:30
myisammrg fixing warning during compilation. 2009-03-09 15:03:02 +05:30
ndb merge: 5.1 -> 5.1-rpl 2009-01-08 19:03:56 +00:00
Makefile.am Add the IBM DB2 for i storage engine. 2009-02-15 03:18:30 +01:00