Skip to content
  • magnus.blaudd@oracle.com's avatar
    90048c97
    Remove abbreviated spelling of arguments to programs and in my.cnf file(s) · 90048c97
    magnus.blaudd@oracle.com authored
     - traditionally it's been allowed to pass arguments to programs using short form
      as long as there are no other argument which starts with the same letters.
     - this featuresd is being removed in the future and thus, the syntax used in our test suite is adapted.
    
    Fixes:
    * --core -> --core-file
    * --promote-attribute -> --promote-attributes
    * SendBuffer -> SendBufferMemory
    * mysql -> mysqld
    * --p -> -p (uses the short form option instead of long form --parsable)
    90048c97
    Remove abbreviated spelling of arguments to programs and in my.cnf file(s)
    magnus.blaudd@oracle.com authored
     - traditionally it's been allowed to pass arguments to programs using short form
      as long as there are no other argument which starts with the same letters.
     - this featuresd is being removed in the future and thus, the syntax used in our test suite is adapted.
    
    Fixes:
    * --core -> --core-file
    * --promote-attribute -> --promote-attributes
    * SendBuffer -> SendBufferMemory
    * mysql -> mysqld
    * --p -> -p (uses the short form option instead of long form --parsable)
Loading