Bug #74074 Transmit backup parameters in streaming of backups
Submitted: 25 Sep 2014 13:37
Reporter: Daniël van Eeden (OCA) Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S4 (Feature request)
Version:3.11.0 OS:Any
Assigned to: CPU Architecture:Any

[25 Sep 2014 13:37] Daniël van Eeden
Description:
All information required to properly handle a streamed backup should be in the meta directory of the backup. This however is not used. So the user is forced to use the correct uncompress and innodb options. This is error-prone.

Related: Bug #71887

How to repeat:
Try to stream a backup as documented on http://dev.mysql.com/doc/mysql-enterprise-backup/3.11/en/meb-backup-streaming.html

Suggested fix:
So at the start of the stream there should be meta info. The receiver should use this info to find the correct options for its operation.