MySQL Forums
Forum List  »  InnoDB

Re: mysqldump skips table for no apparent reason
Posted by: Keith Larson
Date: May 07, 2013 12:02AM

I assume the current database is running and processing data at the time ?

http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_single-transaction
While a --single-transaction dump is in process, to ensure a valid dump file (correct table contents and binary log coordinates), no other connection should use the following statements: ALTER TABLE, CREATE TABLE,DROP TABLE, RENAME TABLE, TRUNCATE TABLE. A consistent read is not isolated from those statements, so use of them on a table to be dumped can cause the SELECT that is performed by mysqldump to retrieve the table contents to obtain incorrect contents or fail.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: mysqldump skips table for no apparent reason
690
May 07, 2013 12:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.