HI,

I have two questions:

1) is there  a way to tell my mysql master not to log failed executions, such as 
creation of existing tables, drop of inexistant databases etc?  
Each of these operations lock the slave, and I believe that it' conceptually wrong 
logging them, since they never took place on the master.
I didn't find any mention of similar options in the manual, except some options to 
tell the slave to go on in case of errors (that I don't like).


2) why are creations of tables and databases  non transactional when using InnoDB? Is 
there an options to change this behavior?


Thanks
                Nico







---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to