Bug #43242 MEM backup documentation doesn't mention use --single-transaction
Submitted: 26 Feb 2009 22:08 Modified: 20 Apr 2009 14:54
Reporter: Shannon Wade Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Documentation Severity:S3 (Non-critical)
Version:2.0 OS:Any
Assigned to: Tony Bedford CPU Architecture:Any

[26 Feb 2009 22:08] Shannon Wade
Description:
From:

https://enterprise.mysql.com/docs/monitor/2.0/en/mem-deployment.html#mem-deployment-backup

3.1. Backing up MySQL Enterprise Service Manager

To backup this information using mysqldump you might use the following command:

shell& mysqldump -uservice_manager -pPassword -P13306 -h127.0.0.1 mem >mem.dump

This should probably be --single-transaction to get a consistent state of the mem database.

How to repeat:
Go to url

Suggested fix:
Add --single-transaction
[20 Apr 2009 14:54] Tony Bedford
The documentation has been updated. The changes should be reflected in the online manual
within 24 hours. Thank you.