From d2194c4b6be02eb5072aa338495429638d980c1a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 16:15:14 +0000 Subject: [PATCH] fix --- helm/matita/scripts/public_html/bench.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ""; } -- 2.39.2