Bug #117249 | Stored procedures error reading temporary table twice Error Code: 1137 Can't reopen table: | ||
---|---|---|---|
Submitted: | 20 Jan 15:47 | Modified: | 20 Jan 16:56 |
Reporter: | Alessandro Falivene | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 8.0.36-u1-cloud | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[20 Jan 15:47]
Alessandro Falivene
[20 Jan 16:56]
MySQL Verification Team
Hi Mr. Falivene, Thank you for your bug report. However, it is not a bug. According to the latest SQL standard, temporary table is visible only in the stored routine in which it is created. Hence, the error message. Not a bug.