summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2009-12-23 22:42:44 +0100
committerJoerg Bruehe <joerg@mysql.com>2009-12-23 22:42:44 +0100
commit3be15fa67c0d2d5cce990391832c42e4c4050417 (patch)
tree5b86f2fd16b5c3da4eb15c067170de1bbe173dfb /support-files
parentf62540ee25f23b89348068c01d6697714db276d7 (diff)
downloadmariadb-git-3be15fa67c0d2d5cce990391832c42e4c4050417.tar.gz
Remove the "fix_privilege_tables" manual from the RPM spec file,
there is none in 5.5.
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index d1f364766ea..4e7f8cfcfb5 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -673,7 +673,7 @@ fi
%doc %attr(644, root, man) %{_mandir}/man8/mysqld.8*
%doc %attr(644, root, man) %{_mandir}/man1/mysqld_multi.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysqld_safe.1*
-%doc %attr(644, root, man) %{_mandir}/man1/mysql_fix_privilege_tables.1*
+#%doc %attr(644, root, man) %{_mandir}/man1/mysql_fix_privilege_tables.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysql_install_db.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysql_upgrade.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysqlhotcopy.1*
@@ -887,6 +887,8 @@ fi
- The "semisync" plugin file name has lost its introductory "lib",
adapt the file lists for the subpackages.
This is a part missing from the fix for bug#48351.
+- Remove the "fix_privilege_tables" manual, it does not exist in 5.5
+ (and likely, the whole script will go, too).
* Tue Dec 22 2009 Joerg Bruehe <joerg.bruehe@sun.com>