• Davi Arnaut's avatar
    Don't use the semicolon character as a argument separator as it · 92a35a11
    Davi Arnaut authored
    can be interpreted as a shell metacharacter in some circumstances.
    For example, it is interpreted as a command separator when invoking
    a debugger.
    
    mysql-test/lib/mtr_cases.pm:
      Use ':' as the separator on non-Windows platforms.
    mysql-test/mysql-test-run.pl:
      Remove unnecessary use of the separator.
    92a35a11
mysql-test-run.pl 143 KB