mariadb/mysql-test/suite/parts
Mattias Jonsson 25596746db Bug#50392: insert_id is not reset for partitioned tables
auto_increment on duplicate entry

The bug was that when INSERT_ID was used and the storage
engine was told to release any reserved but not used
auto_increment values, it set the highest auto_increment
value to INSERT_ID.

The fix was to check if the auto_increment value was forced
by user (INSERT_ID) or by slave-thread, i.e. not auto-
generated. So that it is only allowed to release generated
values.
2010-03-04 18:16:10 +01:00
..
inc Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
r Bug#50392: insert_id is not reset for partitioned tables 2010-03-04 18:16:10 +01:00
t automerge 2009-09-18 16:35:40 +03:00