19.5.1.7 Replication of CREATE TABLE ... SELECT Statements (original) (raw)

19.5.1.7 Replication of CREATE TABLE ... SELECT Statements

MySQL applies these rules whenCREATE TABLE ... SELECT statements are replicated:

MySQL 8.0 does not allow aCREATE TABLE ... SELECT statement to make any changes in tables other than the table that is created by the statement.