Leo wrote:
> Hi,all.I want to use mysqldump to backup a innodb table,and add the option 
> --single-transaction,dose it lock all the table?thanks.

It has to so it can give you one transaction and make sure nothing else
gets entered after it starts and before it finishes.

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

Reply via email to