Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.6, 10.7(EOL), 10.8(EOL)
-
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
- Closed