-
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
- 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.