Details
-
Bug
-
Status: In Review (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
The following sequence results in ER_NO_SUCH_TABLE per select:
set global server_id= 1; |
create temporary table t(x int) engine=innodb as select 1 as 'x'; |
set global server_id= 100; |
select * from t; |
The expected behavior is to see the table output.
I wasn't able to produce any more serious issue in context of temporary tables, though it also causes problems with global temporary tables.
Attachments
Issue Links
- causes
-
MDEV-37594 Thread hang on TRUNCATE GTT after server_id change
-
- Stalled
-
-
MDEV-37668 SIGSEGV on DROP TABLE GTT under LOCK TABLES and different server_id
-
- Stalled
-