[Lsb-messages] /var/www/bzr/lsb/devel/dbadmin r239: Disable query that causes high server load.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 22 17:47:45 UTC 2012


------------------------------------------------------------
revno: 239
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: dbadmin
timestamp: Wed 2012-02-22 09:47:45 -0800
message:
  Disable query that causes high server load.
  
  See bug 3322 for more details on this problem.
modified:
  int_single.inc
-------------- next part --------------
=== modified file 'int_single.inc'
--- a/int_single.inc	2012-02-17 09:27:05 +0000
+++ b/int_single.inc	2012-02-22 17:47:45 +0000
@@ -2168,7 +2168,7 @@
                              AND tmp_LibDeps.DepId = C2.RLid
                             );
                             ";
-        Query($add_more_libs);
+        // Query($add_more_libs);
 
         $found = Query_value("SELECT 1 FROM tmp_NewDeps LIMIT 1");
         if( $found ) {



More information about the lsb-messages mailing list