From 747ab5c7fe99ae0029190f3575394e47e4ef5483 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Fri, 20 Feb 2004 11:48:20 +0000 Subject: [PATCH] explain change de structure parfois ... --- templates/database-debug.tpl | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) 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} -- 2.1.4