• unknown's avatar
    Bug#21188 mysqlimport returns random exit code · fb828671
    unknown authored
     - Only handle return codes from 'pclose' greater than zero as errors.
     - It appears pclose can return -1 with errno set to ECHILD although the executin
    process completed successfully. 
    
    
    client/mysqltest.c:
      Only handle return codes from 'pclose' greater than zero as errors.
    fb828671
mysqltest.c 168 KB