1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
parent 28094c8384
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>