mirror of
https://github.com/MariaDB/server.git
synced 2025-11-15 09:02:33 +03:00
Temporary table being created by outer statement should not be visible to inner statement. And if inner statement creates a table with same name. The whole statement should fail with ER_TABLE_EXISTS_ERROR. Implemented by temporarily de-linking the TABLE_SHARE being created by outer statement so that it remains hidden to the inner statement.
86 KiB
86 KiB