Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.6.12
-
None
-
Galera, binlog_format=ROW
Description
I think it was possible to create temporay table in read only transaction in the past.
When I run:
SET SESSION TRANSACTION READ ONLY; |
CREATE TEMPORARY TABLE t (i INT); |
I will get error:
Error Code: 1792. Cannot execute statement in a READ ONLY transaction |