Bug #47197 Option --first-slave to mysqldump written as --lock-all-tables
Submitted: 8 Sep 2009 20:40 Modified: 16 Sep 2009 11:48
Reporter: Mats Kindahl Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:ALL OS:Any
Assigned to: Jon Stephens CPU Architecture:Any

[8 Sep 2009 20:40] Mats Kindahl
Description:
In section "4.5.4. mysqldump — A Database Backup Program" Table 4.5 the entry containing the --first-slave option is incorrectly written as --lock-all-tables.

How to repeat:
Text from page:

--lock-all-tables 	first-slave 	Deprecated. Now renamed to --lock-all-tables 	  	  	 

Suggested fix:
Replace --lock-all-tables on this line with --first-slave.
[8 Sep 2009 21:37] Sveta Smirnova
Thank you for the report.

Verified as described.
[16 Sep 2009 9:21] Jon Stephens
Assigning this one to myself.
[16 Sep 2009 11:48] Jon Stephens
Thank you for your bug report. This issue has been addressed in the documentation. The updated documentation will appear on our website shortly, and will be included in the next release of the relevant products.

Fixed together with BUG#47204.