Hi! On Nov 22, Attila Beno wrote: > > I have a quick question about replication: how does it process > transactions? Does it store all the commands, or does it just store the > ones that were commited?
Only committed. > And: can I use replication with different table fortams on teh master and > slave? Yes. > Let's say I have innodb tables on the master, for row-level locking > (speed). And I just have myisam tables on the slave, which would just be > used for backup purposes. Myisam takes up less space. > > Would this work, or because of inodb transactions, I need to have innodb > tables on the slave as well? No - it's a useful trick, indeed. It would work. Regards, Sergei -- MySQL Development Team __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Sergei Golubchik <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/ /_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany <___/ --------------------------------------------------------------------- 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