Fixed BUG#3117: LAST_INSERT_ID() works incorrectly inside stored procedure.
This turned out to be a problem for prepared statements as well; the id was evaluated once, at parse time.
Showing
Please register or sign in to comment
This turned out to be a problem for prepared statements as well; the id was evaluated once, at parse time.