[SCM] BOINC packaging branch, SZTAKI, updated. debian/6.10.17+dfsg-3-291-g2ca3019

Steffen Moeller moeller at debian.org
Sun Jun 12 20:01:12 UTC 2011


The following commit has been merged in the SZTAKI branch:
commit 66af835e490ffe557cecec02fd419cb8cc420936
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Jun 12 21:10:11 2011 +0200

    Added SQL constraints

diff --git a/debian/patches/series b/debian/patches/series
index 662fd2d..28bacbe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,3 +16,4 @@ file_upload_handler_permission.patch
 upstream_sztaki_usingTempfileInUpdateVersions.patch
 upstream_sztaki_reduce_accessibility_of_php_inc_file.patch
 upstream_sztaki_moreVoidArgumentsMadeExplicit_Boinc_API.patch
+upstream_sztaki_NewSQLindices.patch
diff --git a/debian/patches/upstream_sztaki_NewSQLindices.patch b/debian/patches/upstream_sztaki_NewSQLindices.patch
new file mode 100644
index 0000000..5ee17e6
--- /dev/null
+++ b/debian/patches/upstream_sztaki_NewSQLindices.patch
@@ -0,0 +1,21 @@
+Index: boinc/db/constraints.sql
+===================================================================
+--- boinc.orig/db/constraints.sql	2011-06-12 21:08:59.000000000 +0200
++++ boinc/db/constraints.sql	2011-06-12 21:09:14.000000000 +0200
+@@ -66,9 +66,15 @@
+     add index res_hostid_id (hostid, id desc),
+         -- html_user/results.php
+ 
+-    add index res_wu_user (workunitid, userid);
++    add index res_wu_user (workunitid, userid),
+         -- scheduler (avoid sending mult results of same WU to one user)
+ 
++    add index ind_received_time (received_time),
++        -- for statistics: performance
++
++    add index ind_hostid (hostid);
++        -- for statistics: performance
++
+ alter table msg_from_host
+     add index message_handled (handled);
+         -- for message handler

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list