Re: Messure time including milliseconds

2004-10-13 Thread Paul DuBois
At 13:09 +0300 10/13/04, Dobromir Velev wrote: Hi, I think it is better to implement this measurment in your application - thus you'll have an estimate of the time needed to execute your procedures including the mysql calls. Otherwise you can use the BENCHMARK MySQL function http://mysql.online.bg/

Re: Messure time including milliseconds

2004-10-13 Thread Dobromir Velev
Hi, I think it is better to implement this measurment in your application - thus you'll have an estimate of the time needed to execute your procedures including the mysql calls. Otherwise you can use the BENCHMARK MySQL function http://mysql.online.bg/doc/mysql/en/Information_functions.html fo

Messure time including milliseconds

2004-10-12 Thread Thomas Schager
Hi, I need to messure the time needs of my procedures in MySQL. How can I reach a messurement of time intervals that include milliseconds, written in MySQL SQL statements? Thanks for any ideas, Thomas -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe