[OSM-dev] Temporary tables for the map query?
Joachim Zobel
jzobel at heute-morgen.de
Sun May 25 14:16:31 BST 2008
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
More information about the dev
mailing list