re: replication and if not exists temporary tables

2002-11-28 Thread Victoria Reznichenko
puckman, Thursday, November 28, 2002, 12:46:15 PM, you wrote: patdc> A website we recently built contains a highscore table. People play a game, and can then submit their name and score to the table. patdc> When viewing the table, I then need to rank the scores using an "order by"... However si

replication and if not exists temporary tables

2002-11-28 Thread puckman
Fix: If the hypothesis is correct, perhaps the slave must honor "create table if not exists" regardless if this was a success on the master or not. >Submitter-Id: Martin Algesten >Originator: >Organization: Taglab Limited >MySQL support: none >Synopsis: rep