mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
made an .sh file of ndb-config-2-node.ini instead
This commit is contained in:
parent
a2b62c5b2d
commit
e70445d318
2 changed files with 6 additions and 3 deletions
|
@ -27,7 +27,8 @@ EXTRA_DIST = mysql.spec.sh \
|
|||
mysql.server.sh \
|
||||
binary-configure.sh \
|
||||
magic \
|
||||
MySQL-shared-compat.spec.sh
|
||||
MySQL-shared-compat.spec.sh \
|
||||
ndb-config-2-node.ini.sh
|
||||
|
||||
SUBDIRS = MacOSX
|
||||
|
||||
|
@ -38,7 +39,8 @@ pkgdata_DATA = my-small.cnf \
|
|||
my-innodb-heavy-4G.cnf \
|
||||
mysql-log-rotate \
|
||||
mysql-@VERSION@.spec \
|
||||
MySQL-shared-compat.spec
|
||||
MySQL-shared-compat.spec \
|
||||
ndb-config-2-node.ini
|
||||
|
||||
pkgdata_SCRIPTS = mysql.server
|
||||
|
||||
|
@ -52,7 +54,8 @@ CLEANFILES = my-small.cnf \
|
|||
mysql-log-rotate \
|
||||
mysql.server \
|
||||
binary-configure \
|
||||
MySQL-shared-compat.spec
|
||||
MySQL-shared-compat.spec \
|
||||
ndb-config-2-node.ini
|
||||
|
||||
mysql-@VERSION@.spec: mysql.spec
|
||||
rm -f $@
|
||||
|
|
Loading…
Add table
Reference in a new issue