mariadb/handler
sunny 033fffe685 branches/5.1: Fix for Bug#35602, "Failed to read auto-increment value from
storage engine". The test for REPLACE was an error of ommission since it's
classified as a simple INSERT. For REPLACE statements we don't acquire
the special AUTOINC lock for AUTOINC_NEW_STYLE_LOCKING with this fix.
2008-05-28 08:18:35 +00:00
..
ha_innodb.cc branches/5.1: Fix for Bug#35602, "Failed to read auto-increment value from 2008-05-28 08:18:35 +00:00
ha_innodb.h branches/5.1: Change the InnoDB autoinc type to ulint64. For this added a 2008-03-05 20:23:39 +00:00