Bug #57082 make all system() calls perfect in mysqlbackup(innobackupC)
Submitted: 28 Sep 2010 23:47 Modified: 7 Nov 2012 16:32
Reporter: Ritheesh Vedire Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Enterprise Backup Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Assigned Account CPU Architecture:Any

[28 Sep 2010 23:47] Ritheesh Vedire
Description:
The arguments to system() might contain spaces and make arguments containing spaces to be succesfully called in mysqlbackup.

How to repeat:
see innobackup.c 

Suggested fix:
The following might work.
---------------------------
Use proper double quotes in Windows.
For --exec-when-locked(),  in linux,  prepend ;eval' to all  system() arguments.
[5 Oct 2010 22:58] Omer Barnir
triage: setting tag to EBMRTBD (correct category to enterprise backup / Sanjay
[3 Dec 2010 0:55] Ritheesh Vedire
setting the correct state.
[7 Nov 2012 16:32] Sveta Smirnova
This bug does not exist in current version of mysqlbackup