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

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

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


Revision 1.1 - (hide annotations) (download)
Tue Apr 15 14:36:54 2014 UTC (10 years, 2 months ago) by wellsi
Branch: MAIN
CVS Tags: e-smith-mysql-2_4_0-8_el6_sme, e-smith-mysql-2_4_0-9_el6_sme, HEAD
* Mon Apr 14 2014 Ian Wells <esmith@wellsi.com> 2.4.0-8.sme
- Remove the information_schema [SME: 8325]

1 wellsi 1.1 diff -ruN e-smith-mysql-2.4.0.old/root/etc/e-smith/events/actions/mysql-load-tables e-smith-mysql-2.4.0/root/etc/e-smith/events/actions/mysql-load-tables
2     --- e-smith-mysql-2.4.0.old/root/etc/e-smith/events/actions/mysql-load-tables 2008-10-06 07:29:16.000000000 -0700
3     +++ e-smith-mysql-2.4.0/root/etc/e-smith/events/actions/mysql-load-tables 2014-04-14 23:22:31.000000000 -0700
4     @@ -6,6 +6,7 @@
5     echo "mysqld is disabled - no tables restored" >&2
6     exit 0
7     fi
8     +/bin/rm -f /home/e-smith/db/mysql/information_schema.dump
9     if [ ! -f /var/lib/mysql/mysql/user.frm ]
10     then
11     for db in $(ls /home/e-smith/db/mysql/*.dump 2> /dev/null | grep -v '/mysql.dump')

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