/[smeserver]/rpms/e-smith-mysql/sme9/e-smith-mysql-2.4.0-ColumnCount.patch
ViewVC logotype

Annotation of /rpms/e-smith-mysql/sme9/e-smith-mysql-2.4.0-ColumnCount.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Sun Feb 2 20:19:03 2014 UTC (10 years, 5 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-mysql-2_4_0-6_el6_sme
* Sun Feb 2 2014 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme
- Use mysql_upgrade --force due to upgrade to MySQL 5.1 [SME: 8166]

1 wellsi 1.1 diff -ruN e-smith-mysql-2.4.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables
2     --- e-smith-mysql-2.4.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables 2014-02-02 12:07:07.000000000 -0800
3     +++ e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables 2014-02-02 12:10:06.000000000 -0800
4     @@ -1,5 +1,5 @@
5     #!/bin/sh
6     -/usr/bin/mysql_upgrade
7     +/usr/bin/mysql_upgrade --force
8    
9     P=$(cat /var/run/mysqld/mysqld.pid)
10     /bin/rm /var/run/mysqld/mysqld.pid

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed