mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Add --with-server-suffix (MYSQL_SERVER_SUFFIX).
configure.in: add --with-server-suffix (MYSQL_SERVER_SUFFIX) include/mysql_version.h.in: add --with-server-suffix (MYSQL_SERVER_SUFFIX) myisam/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) mysql-test/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) scripts/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) scripts/mysqlbug.sh: add --with-server-suffix (MYSQL_SERVER_SUFFIX) sql-bench/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX) sql/mysqld.cc: add --with-server-suffix (MYSQL_SERVER_SUFFIX) support-files/Makefile.am: add --with-server-suffix (MYSQL_SERVER_SUFFIX)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user