Spec-Zone .ru
спецификации, руководства, описания, API

18.2.4. Stored Procedures, Functions, Triggers, andLAST_INSERT_ID()

Within the body of a stored routine (procedure or function) or a trigger, the value of LAST_INSERT_ID() changes the same way as for statements executed outside the body of these kinds of objects (see Section 12.14, "Information Functions"). The effect of a stored routine or trigger upon the value of LAST_INSERT_ID() that is seen by following statements depends on the kind of routine: