summaryrefslogtreecommitdiff
path: root/mysql-test/Makefile.am
diff options
context:
space:
mode:
authormonty@mysql.com <>2003-11-02 14:00:25 +0200
committermonty@mysql.com <>2003-11-02 14:00:25 +0200
commitcf535556c6ed290dbcce23f5e1b96dd8f82aebd7 (patch)
tree4671bcf9022a714aa9c3b90f39cd86bb26fd47d1 /mysql-test/Makefile.am
parentdba82596aad3a0dd52443ea5d2d10b8346106708 (diff)
downloadmariadb-git-cf535556c6ed290dbcce23f5e1b96dd8f82aebd7.tar.gz
Cleanups (comments and compiler warnings)
dded init of variable to fix core dump on startup errors
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r--mysql-test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am
index 2babb6fba66..d23a9919b48 100644
--- a/mysql-test/Makefile.am
+++ b/mysql-test/Makefile.am
@@ -73,6 +73,7 @@ SUFFIXES = .sh
-e 's!@''PERL''@!@PERL@!' \
-e 's!@''VERSION''@!@VERSION@!' \
-e 's!@''MYSQL_BASE_VERSION''@!@MYSQL_BASE_VERSION@!' \
+ -e 's!@''MYSQL_UNIX_ADDR''@!@MYSQL_UNIX_ADDR@!' \
-e 's!@''MYSQL_NO_DASH_VERSION''@!@MYSQL_NO_DASH_VERSION@!' \
-e 's!@''MYSQL_SERVER_SUFFIX''@!@MYSQL_SERVER_SUFFIX@!' \
$< > $@-t