Bug report: Constructing options string fails
Opened this issue · 2 comments
stedebonnet08 commented
There is an issue where, when putting together the mysql - command, a space character is omitted between options, potentially making the whole options string invalid.
Inserting an additional space character in front of "\1" at line 117, i.e. "\1" -> " \1" fixed that, at least for me.
kezhenxu94 commented
@stedebonnet08 can you open a pull request ?
stedebonnet08 commented
I'm not all too familiar yet with github, but I'll try!