summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <venu@myvenu.com>2003-03-07 10:16:23 -0800
committerunknown <venu@myvenu.com>2003-03-07 10:16:23 -0800
commit2c766cced7ff2b4c2a4339ff0e837683eff71352 (patch)
tree92dd32655d5a01e07b9a3c2b34e8fce2dc1c8bd6 /support-files
parentc36a6c5911bcaa2651bab675b5bdb48a3a679521 (diff)
downloadmariadb-git-2c766cced7ff2b4c2a4339ff0e837683eff71352.tar.gz
Change -IN_RPM -> --rpm and -WINDOWS -> --windows from mysql_install_db
support-files/mysql.spec.sh: Change -IN_RPM -> --rpm scripts/make_win_src_distribution.sh: Change -WINDOWS -> --windows (call to mysql_install_db) scripts/mysql_install_db.sh: Change -IN_RPM -> --rpm and -WINDOWS -> --windows
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 34f4a919395..de1ccfe1df7 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -368,7 +368,7 @@ useradd -M -r -d $mysql_datadir -s /bin/bash -c "MySQL server" mysql 2> /dev/nul
chown -R mysql $mysql_datadir
# Initiate databases
-mysql_install_db -IN-RPM
+mysql_install_db --rpm
# Change permissions again to fix any new files.
chown -R mysql $mysql_datadir