diff options
author | tim@cane.mysql.fi <> | 2001-01-19 02:46:13 +0200 |
---|---|---|
committer | tim@cane.mysql.fi <> | 2001-01-19 02:46:13 +0200 |
commit | 08d36171a9e535fac9d33e7cbb9a2770a72bfd0b (patch) | |
tree | 05ccbd701e51555fe5537ef3f344c7862d54f5f9 /scripts/mysqlbug.sh | |
parent | 1dd577041b6801f9426acb7d740ef5494ac1c071 (diff) | |
download | mariadb-git-08d36171a9e535fac9d33e7cbb9a2770a72bfd0b.tar.gz |
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
Diffstat (limited to 'scripts/mysqlbug.sh')
-rw-r--r-- | scripts/mysqlbug.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqlbug.sh b/scripts/mysqlbug.sh index 77744777c1c..bd5cb497e59 100644 --- a/scripts/mysqlbug.sh +++ b/scripts/mysqlbug.sh @@ -4,7 +4,7 @@ echo "Finding system information for a MySQL bug report" -VERSION="@VERSION@" +VERSION="@VERSION@@MYSQL_SERVER_SUFFIX@" COMPILATION_COMMENT="@COMPILATION_COMMENT@" BUGmysql="mysql@lists.mysql.com" # This is set by configure |