Hi,
I'm setting up cluster as slave. But the replication broke every time when the slave tried to create temporary table.
I found this in MySQL document:
"Temporary tables are not supported; a CREATE TEMPORARY TABLE statement using ENGINE=NDB or ENGINE=NDBCLUSTER fails with an error."
The CREATE TEMPORARY TABLE I have is not using ndbcluster, so by default the temporary table should be created as MyISAM. Have anybody had the same issue?
I tried both Cluster 6.2.15 and 7.2.5, same error.
Thanks,
Jacky
I'm setting up cluster as slave. But the replication broke every time when the slave tried to create temporary table.
I found this in MySQL document:
"Temporary tables are not supported; a CREATE TEMPORARY TABLE statement using ENGINE=NDB or ENGINE=NDBCLUSTER fails with an error."
The CREATE TEMPORARY TABLE I have is not using ndbcluster, so by default the temporary table should be created as MyISAM. Have anybody had the same issue?
I tried both Cluster 6.2.15 and 7.2.5, same error.
Thanks,
Jacky