I've got a replication slave db (all MyISAM tables) that I currently
back up every night by stopping MySQL, tarballing the table files, then
starting MySQL up again.

I'd like to use Mysqlhotcopy to do this so that the db can stay up for
reads while the backup is being done.  Here's my question.  While the
tables are flushed with read lock, what becomes of all the Insert,Update
and delete queries that come in via replication?  Will they be applied
after the backup is done and the tables unlocked?

Thanks,

Jeff



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to