diff options
author | unknown <serg@serg.mylan> | 2004-06-05 13:16:29 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-06-05 13:16:29 +0200 |
commit | 2e8fc0cae2af64fb6f9c840b97ef6bf1ca6914cf (patch) | |
tree | 24c0966086b1d55cfcd2622c5675533305fa7aa2 /mysql-test | |
parent | b929e7b6a4f4aa081d954f9c8944c7384fd8a515 (diff) | |
download | mariadb-git-2e8fc0cae2af64fb6f9c840b97ef6bf1ca6914cf.tar.gz |
one more ndb-isolating fix
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index 266cc7799b0..bebb84c11db 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -17,7 +17,9 @@ ## Process this file with automake to create Makefile.in +if HAVE_NDBCLUSTER_DB SUBDIRS = ndb +endif benchdir_root= $(prefix) testdir = $(benchdir_root)/mysql-test |