summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorvenu@myvenu.com <>2003-03-07 10:16:23 -0800
committervenu@myvenu.com <>2003-03-07 10:16:23 -0800
commitdff8f6327214aed48b4361e48aa7d3c7dfa5ff08 (patch)
tree92dd32655d5a01e07b9a3c2b34e8fce2dc1c8bd6 /support-files
parent9257a27c8298cb8222ef0d5a0e750edbd0f2c4a5 (diff)
downloadmariadb-git-dff8f6327214aed48b4361e48aa7d3c7dfa5ff08.tar.gz
Change -IN_RPM -> --rpm and -WINDOWS -> --windows from mysql_install_db
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