Handle "support-files/mysqld_multi.server.sh" like other shell scripts.
Fixing bug#25486: mysqld_multi.server.sh missing from builds support-files/Makefile.am: Handle "mysqld_multi.server.sh" like other shell scripts. Fixing bug#25486.
This commit is contained in:
parent
e44d995fa9
commit
3ec7c63645
@ -25,6 +25,7 @@ EXTRA_DIST = mysql.spec.sh \
|
|||||||
my-innodb-heavy-4G.cnf.sh \
|
my-innodb-heavy-4G.cnf.sh \
|
||||||
mysql-log-rotate.sh \
|
mysql-log-rotate.sh \
|
||||||
mysql.server.sh \
|
mysql.server.sh \
|
||||||
|
mysqld_multi.server.sh \
|
||||||
binary-configure.sh \
|
binary-configure.sh \
|
||||||
magic \
|
magic \
|
||||||
MySQL-shared-compat.spec.sh \
|
MySQL-shared-compat.spec.sh \
|
||||||
@ -42,7 +43,8 @@ pkgdata_DATA = my-small.cnf \
|
|||||||
binary-configure \
|
binary-configure \
|
||||||
ndb-config-2-node.ini
|
ndb-config-2-node.ini
|
||||||
|
|
||||||
pkgdata_SCRIPTS = mysql.server
|
pkgdata_SCRIPTS = mysql.server \
|
||||||
|
mysqld_multi.server
|
||||||
|
|
||||||
noinst_DATA = mysql-@VERSION@.spec \
|
noinst_DATA = mysql-@VERSION@.spec \
|
||||||
MySQL-shared-compat.spec
|
MySQL-shared-compat.spec
|
||||||
@ -56,6 +58,7 @@ CLEANFILES = my-small.cnf \
|
|||||||
mysql-@VERSION@.spec \
|
mysql-@VERSION@.spec \
|
||||||
mysql-log-rotate \
|
mysql-log-rotate \
|
||||||
mysql.server \
|
mysql.server \
|
||||||
|
mysqld_multi.server \
|
||||||
binary-configure \
|
binary-configure \
|
||||||
MySQL-shared-compat.spec \
|
MySQL-shared-compat.spec \
|
||||||
ndb-config-2-node.ini
|
ndb-config-2-node.ini
|
||||||
|
Loading…
x
Reference in New Issue
Block a user