Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.0.17-galera
-
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