Redundant{
Sql1{
ok=2
}
Sql2
{
Ok= return
}
}
FAIL=1
}
FAIL=1
}
}
On Tue, Dec 13, 2011 at 2:25 PM, Shweta Khadse <shwetgk@gmail.com> wrote:Are you SURE that's what you want?
> Hi Fajar
>
> Yes we REALLY tested it :)
>
>
> "A quick glance says the OK block will always
> be used" is what we wanted! Because this block is critical.
redundant {
ok
sql1
sql2
}
is basically the same as just
ok