Value of `LAST_INSERT_ID()` is lost due to metadata update
Closed this issue · 1 comments
srcshelton commented
Since adding an (otherwise unused) AUTO_INCREMENT column to myway_schema_actions
in order to keep InnoDB happy (ab97ddd), the value of LAST_INSERT_ID()
is being overwritten.
srcshelton commented