From: x2000habouzit Date: Fri, 20 Feb 2004 11:48:20 +0000 (+0000) Subject: explain change de structure parfois ... X-Git-Tag: xorg/old~1843 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=747ab5c7fe99ae0029190f3575394e47e4ef5483;p=platal.git explain change de structure parfois ... --- diff --git a/templates/database-debug.tpl b/templates/database-debug.tpl index 464599d..d678b57 100644 --- a/templates/database-debug.tpl +++ b/templates/database-debug.tpl @@ -20,24 +20,14 @@ - - - - - - - - + {foreach key=key item=item from=$query.explain} + + {/foreach} - - - - - - - - + {foreach item=item from=$query.explain} + + {/foreach}
tabletypepossible_keyskeykey_lenrefrowsextra{$key}
{$query.explain.table}{$query.explain.type}{$query.explain.possible_keys}{$query.explain.key}{$query.explain.key_len}{$query.explain.ref}{$query.explain.rows}{$query.explain.Extra}{$item}
{/foreach}