Skip to content

Fixed bug rt#91055 - "insert ignore" doesn't raise last_insert_id.

Jason Cooper requested to merge rt91055_insertIgnoreDoesntRaiseLastInsertId into master

Fixed bug rt#91055 where insert ignore statements weren't automatically incrementing the last_insert_id value for the table.

Merge request reports