• unknown's avatar
    Bug#17382 mysql-test-run mysqldump fails with mysqlimport · 93120f42
    unknown authored
     - Remove global  MYSQL connection variable
    
    
    client/mysqlimport.c:
      Remove the global "MYSQL mysql_connection" variable. Use one MYSQL for each thread.
      Set exitcode if any of the threads fails, better than nothing.
    93120f42
mysqlimport.c 19.5 KB