/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-11.40horde_mysql_create_indexes.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-11.40horde_mysql_create_indexes.patch

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


Revision 1.1 - (hide annotations) (download)
Tue Jun 12 18:48:27 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-horde-1_13_0-22_el5_sme, e-smith-horde-1_13_0-21_el5_sme, e-smith-horde-1_13_0-24_el5_sme
Import on branch sme8 of package e-smith-horde-1.13.0-21.el5.sme.src.rpm

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/home/httpd/html/horde/scripts/db/mysql_create_indexes.sql mezzanine_patched_e-smith-horde-1.13.0/root/home/httpd/html/horde/scripts/db/mysql_create_indexes.sql
2     --- e-smith-horde-1.13.0/root/home/httpd/html/horde/scripts/db/mysql_create_indexes.sql 2002-10-03 14:35:07.000000000 -0500
3     +++ mezzanine_patched_e-smith-horde-1.13.0/root/home/httpd/html/horde/scripts/db/mysql_create_indexes.sql 2006-10-02 22:31:01.000000000 -0500
4     @@ -5,3 +5,6 @@
5     CREATE INDEX category_user_idx ON horde_categories (user_uid);
6     CREATE INDEX category_serialized_idx ON horde_categories (category_serialized);
7    
8     +CREATE INDEX pref_uid_idx ON horde_prefs (pref_uid);
9     +CREATE INDEX pref_scope_idx ON horde_prefs (pref_scope);
10     +

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