Closed srcshelton closed 8 years ago
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.
myway_schema_actions
LAST_INSERT_ID()
94083a7
Since adding an (otherwise unused) AUTO_INCREMENT column to
myway_schema_actions
in order to keep InnoDB happy (ab97ddd), the value ofLAST_INSERT_ID()
is being overwritten.