[MDEV-13962] Bug: WITH Table Statements Interfere Between Them Created: 2017-09-29 Updated: 2017-09-29 Resolved: 2017-09-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Juan Telleria | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | 10.2 | ||
| Description |
|
When I create a statement of the type:
It interferes the temporary table created in the first WITH in the next one:
I understand that with WITH statement, created temporary tables shall be SELECT query specific. |
| Comments |
| Comment by Juan Telleria [ 2017-09-29 ] |
|
This is not a bug and does not happen, I double checked it, and there is isolation between SELECT queries. It is a wrong bug report, sorry. |