Re: Time to be shown with query result

2005-03-09 Thread Gleb Paharenko
Hello. I'm not a developer, I've just looked through the code with vim (gdb had helped me a lot also). Kenji HIROHAMA <[EMAIL PROTECTED]> wrote: > Hi Gleb, > Thanks for your help. > (I'm sending again, because first I just sent this only to you to use > "Reply" of Gmail, not use "Reply

Re: Time to be shown with query result

2005-03-08 Thread Kenji HIROHAMA
Hi Gleb, Thanks for your help. (I'm sending again, because first I just sent this only to you to use "Reply" of Gmail, not use "Reply to all".) Well, is "end_timer" calculating the time? -- static void end_timer(ulong start_time,char *buff) { nice_time((double) (start_timer() - start_time

Re: Time to be shown with query result

2005-03-08 Thread Gleb Paharenko
Hello. The time is calculated at mysql client. This is a time of executing query and getting results. > and "nice_time" seemed to me that this function calculate the time. This function formats the time to human-readable format. Kenken PA <[EMAIL PROTECTED]> wrote: > Hi All,