• Sven Sandberg's avatar
    BUG#52987: mysqldump fails if umask=0077 · 37b02cd7
    Sven Sandberg authored
    Problem: The test case mysqldump reads a file that must
    be world-readable. The test did not force the file to be
    world-readable, so if the tree was branched with a umask
    of 0077, the test would fail.
    Fix: chmod the file.
    
    
    mysql-test/t/mysqldump.test:
      Added chmod so that the file is guaranteed to be world-readable.
    37b02cd7
mysqldump.test 74.7 KB