Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 10.0.17-galera
-
Fix Version/s: N/A
-
Component/s: Data Definition - Temporary
-
Labels:None
Description
On a read only slave, given a table "existing_table"
CREATE TEMPORARY TABLE foobar AS SELECT 1 FROM existing_table;
Error in query (1290): The MariaDB server is running with the --read-only option so it cannot execute this statement
same as in mysql #73119 apparently fixed in mysql 5.6
Gliffy Diagrams
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
It appears to be a duplicate of MDEV-6581.