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

Contents of /rpms/e-smith-mysql/sme9/e-smith-mysql-2.4.0-mysqlUpgrade.patch

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


Revision 1.1 - (show annotations) (download)
Sun Mar 17 03:57:00 2013 UTC (11 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-mysql-2_4_0-3_el6_sme, e-smith-mysql-2_4_0-5_el6_sme, e-smith-mysql-2_4_0-8_el6_sme, e-smith-mysql-2_4_0-7_el6_sme, e-smith-mysql-2_4_0-4_el6_sme, e-smith-mysql-2_4_0-6_el6_sme, e-smith-mysql-2_4_0-9_el6_sme, HEAD
* Sat Mar 16 2013 Ian Wells <esmith@wellsi.com> 2.4.0-3.sme
- Use mysql_upgrade instead of fix_privilege_tables [SME: 7467]

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 2008-10-06 07:29:16.000000000 -0700
3 +++ e-smith-mysql-2.4.0/root/etc/e-smith/templates/etc/e-smith/sql/init/10fix_privilege_tables 2013-03-16 20:36:35.000000000 -0700
4 @@ -1,6 +1,6 @@
5 #!/bin/sh
6 +/usr/bin/mysql_upgrade
7
8 -/usr/bin/mysql -f mysql < /usr/share/mysql/mysql_fix_privilege_tables.sql
9 P=$(cat /var/run/mysqld/mysqld.pid)
10 /bin/rm /var/run/mysqld/mysqld.pid
11 kill -TERM $P

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