diff options
author | unknown <knielsen@knielsen-hq.org> | 2009-09-29 21:02:48 +0200 |
---|---|---|
committer | unknown <knielsen@knielsen-hq.org> | 2009-09-29 21:02:48 +0200 |
commit | a84aa37830261f635925819ea9613046e13177e4 (patch) | |
tree | 4a2dcaca1f0cc0cd2848dd1f0a127a64f50e97b4 /BUILD/SETUP.sh | |
parent | 12f18c8800a949347a223fc38946c94d5aca0e8a (diff) | |
download | mariadb-git-a84aa37830261f635925819ea9613046e13177e4.tar.gz |
Fix running test suite from installed directory rather than source directory.
Fix trivial typo in BUILD/* scripts.
BUILD/SETUP.sh:
Fix typo.
mysql-test/mysql-test-run.pl:
Fix mysql-test-run.pl to be able to find plugins used in testing also when running the
test suite from an installed mysqld package.
Diffstat (limited to 'BUILD/SETUP.sh')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 8892e1793f1..84abf2a461b 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -173,7 +173,7 @@ local_infile_configs="--enable-local-infile" max_no_embedded_configs="$SSL_LIBRARY --with-plugins=max" max_no_ndb_configs="$SSL_LIBRARY --with-plugins=max-no-ndb --with-embedded-server --with-libevent" -max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server -with-libevent" +max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server --with-libevent" # Disable NDB in maria max builds max_configs=$max_no_ndb_configs |