Am Samstag, den 24.05.2008, 09:24 +0100 schrieb Alex Wilson: > the database using temporary tables
If you start using temporary tables you need to make shure that data from temporary tables is not written to the database. INSERT, UPDATE and DELETE statements using temporary tables are forbidden. Otherwise replication is no longer an option. http://dev.mysql.com/doc/refman/5.0/en/replication-features-temptables.html Sincerely, Joachim _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev

