Made mysqlimport link against mysys so that it could make use of the safe mutex functions.

client/Makefile.am:
  Additional linking
client/mysqlimport.c:
  Removed undef
This commit is contained in:
unknown 2006-02-13 04:48:14 -08:00
commit 793f7e5372
2 changed files with 4 additions and 3 deletions

View file

@ -29,7 +29,6 @@
#include "client_priv.h"
#include "mysql_version.h"
#undef SAFE_MUTEX
#include <my_pthread.h>