diff options
author | kent@mysql.com <> | 2006-05-16 22:47:22 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-05-16 22:47:22 +0200 |
commit | 9fca0d766b3a35b9ac930546dc691b5ed9338b7f (patch) | |
tree | abfc73003192b7a0e3d43b124d5ab76518872870 /unittest | |
parent | a261f81be8db94d583fea5b96e336626d2cdfaae (diff) | |
download | mariadb-git-9fca0d766b3a35b9ac930546dc691b5ed9338b7f.tar.gz |
mysql.spec.sh:
Removed Berkeley DB
configure.in:
Adjusted Netware support
basic.t.c:
Change for Netware
Makefile.am:
Use thread safe libmysqlclient_r if it was built
valgrind.supp:
Hide report about strlen/_dl_init_paths
ha_tina.cc:
Temporarely disable CSV engine on Netware,
as the engine depends on mmap()
net_serv.cc:
Include <sys/select.h> for Netware
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/mytap/t/basic.t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/mytap/t/basic.t.c b/unittest/mytap/t/basic.t.c index 95a77755347..bf4c1a9a664 100644 --- a/unittest/mytap/t/basic.t.c +++ b/unittest/mytap/t/basic.t.c @@ -2,7 +2,7 @@ #include "my_config.h" #include <stdlib.h> -#include <tap.h> +#include "../tap.h" int main() { plan(5); |