Re: How to present query time through perl

2004-03-04 Thread David Precious
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 04 March 2004 08:58, Jonas Lindén wrote: > Hello list, I am trying to find a way to retrive the time a certain > select statement took for debug purposes. If I execute a select > statement in the mysql console I get the time that select sta

How to present query time through perl

2004-03-04 Thread Jonas Lindén
Hello list, I am trying to find a way to retrive the time a certain select statement took for debug purposes. If I execute a select statement in the mysql console I get the time that select statement took to execute. I am searching for a way to retrive that value. Right now I am using the perl:d