WL#4630: ST: MySQL Backup Client Program - Milestone 1

Affects: Server-6.0   —   Status: Complete

Milestone 1:
* Display the metadata contained in the backup image (i.e, the SQL statements).
* List objects contained in the backup image.
* Display statistics about the backup image (e.g., compression algorithm, etc.).
* Client should be a platform independent command-line utility 
  where features are selected using options and parameters
  (e.g. mysqldump, mysql, etc.).
* Search the backup image for data and display the object if found. 
  Note: This may be limited to certain field and object types.
* Search the backup image for a given object and display its metadata.
* In case of problems with reading the image provide as much information as
  possible. E.g., the position of the failure.