• unknown's avatar
    client_test.c: · cb77c4d2
    unknown authored
      Return exit(1) instead of exit(0) on failure.
      Allow longer path names using MAXPATHLEN.
      Added option --testcase that skips some failing tests.
      Replaced 'return' with exit(1) in test_frm_bug().
    mysqltest.c:
      Let --exec fail if command fails
    
    
    client/mysqltest.c:
      Let --exec fail if command fails
    tests/client_test.c:
      Return exit(1) instead of exit(0) on failure.
      Allow longer path names using MAXPATHLEN.
      Added option --testcase that skips some failing tests.
      Replaced 'return' with exit(1) in test_frm_bug().
    cb77c4d2
mysqltest.c 94 KB