summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-28 19:25:41 +0200
committermonty@donna.mysql.com <>2000-12-28 19:25:41 +0200
commit60677ffd2cceb0c8154ff73c8c17cc080f37bda4 (patch)
treee5a06533107ae2de5c6723f34705dd081f8c61bf /scripts
parent767e2ef6d1cc82ce699418f6a2814ab0823ec320 (diff)
downloadmariadb-git-60677ffd2cceb0c8154ff73c8c17cc080f37bda4.tar.gz
Cleanup of tests
Fixed bug with ALTER TABLE on HEAP tables
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysqld_multi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_multi.sh b/scripts/mysqld_multi.sh
index 8d22129d850..1adaa458271 100644
--- a/scripts/mysqld_multi.sh
+++ b/scripts/mysqld_multi.sh
@@ -10,7 +10,7 @@ $opt_config_file = undef();
$opt_example = 0;
$opt_help = 0;
$opt_log = "/tmp/mysqld_multi.log";
-$opt_mysqladmin = "mysqladmin";
+$opt_mysqladmin = "@bindir@/mysqladmin";
$opt_mysqld = "@libexecdir@/mysqld";
$opt_no_log = 0;
$opt_password = undef();