Comment 2 for bug 950294

Revision history for this message
Daniel Nichter (daniel-nichter) wrote :

In summary: right now ptc does not create dbs/tables if they already exist, which is a problem if they don't exit on slaves. So it needs to "always" create them, unless --no-create-replicate-table. Furthermore, when it does create dbs/tables, it must use IF NOT EXISTS so the reverse case won't cause an error: master doesn't have the db/tables but the slaves do.