MySQL 8.4 Release Notes
15.6.6.1 游标关闭语句
CLOSE cursor_name
This statement closes a previously opened cursor. For an example, see Section 15.6.6, “Cursors”.
An error occurs if the cursor is not open.
If not closed explicitly, a cursor is closed at the end of the BEGIN ... END
block in which it was declared.