MySQL Forums
Forum List  »  InnoDB

Re: Table Engine Innodb, but mysqldump add option --single-transaction always lock table it ?
Posted by: Peter Brawley
Date: May 14, 2021 11:42AM

--opt is on by default (https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_opt), it sets ...

--add-drop-table
--add-locks
--create-options
--disable-keys
--extended-insert
--lock-tables
--quick
--set-charset

Options: ReplyQuote




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.