Re: MySQL time

2005-03-15 Thread Octavian Rasnita
]? Thanks. T - Original Message - From: Chris Devers [EMAIL PROTECTED] To: Octavian Rasnita [EMAIL PROTECTED] Cc: Perl Beginners List beginners@perl.org Sent: Monday, March 14, 2005 8:41 PM Subject: Re: MySQL time On Mon, 14 Mar 2005, Octavian Rasnita wrote: Please tell me how can I find

MySQL time

2005-03-14 Thread Octavian Rasnita
Hi, Please tell me how can I find the time needed to pass for a perl program execute an SQL query using MySQL, DBI and DBD::mysql. (That time shown by the mysql standard client). Thank you. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MySQL time

2005-03-14 Thread Chris Devers
On Mon, 14 Mar 2005, Octavian Rasnita wrote: Please tell me how can I find the time needed to pass for a perl program execute an SQL query using MySQL, DBI and DBD::mysql. You find the time required by benchmarking the procedure. If this isn't what you mean, maybe you could clarify what you