mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
made an .sh file of ndb-config-2-node.ini instead
support-files/ndb-config-2-node.ini.sh: Rename: support-files/ndb-config-2-node.ini -> support-files/ndb-config-2-node.ini.sh
This commit is contained in:
parent
12a0a21c5e
commit
e244a3a9b4
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…
Reference in a new issue