Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 10.6, 10.7, 10.8
-
Component/s: Data Definition - Temporary, Server
-
Labels:None
Description
create database db; |
use db; |
create table t (b int); |
create temporary table t (a int); |
 |
call sys.create_synonym_db('db','db_copy'); |
10.6 7da351d8 |
mysqltest: At line 6: query 'call sys.create_synonym_db('db','db_copy')' failed: ER_VIEW_SELECT_TMPTABLE (1352): View's SELECT refers to a temporary table 't' |
Attachments
Issue Links
- relates to
-
MDEV-28391 table_exists procedure fails when arguments contain escaped backticks as an quoted identifiers
-
- Closed
-
-
MDEV-28343 sys.create_synonym_db fails with ER_VIEW_SELECT_TMPTABLE when schema contains temporary tables
-
- In Review
-