From: Enrico Tassi Date: Wed, 21 Dec 2005 16:15:14 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7934 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=d2194c4b6be02eb5072aa338495429638d980c1a;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index d694307ac..8a8c71c5b 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -5,7 +5,7 @@ // queries ::= query | query "###" queries // query ::= name "@@@" sql // -$limits = array("20","50","100","-1"); +$limits = array("20","50","100"); $quey_all = urlencode("Whole content:@@@select * from bench***"); $query_fail = urlencode( @@ -61,6 +61,10 @@ function links_of($name,$q,$limits){ echo "" . minus1_to_all($l) . "  "; } + $q1 = str_replace(urlencode("***"), " LIMIT 0,-1", $q); + echo "" . + minus1_to_all("-1") . "  "; + echo ""; }