Hi All, I need to answer the floowing quetions even I'm a newbie of C programming. Anyone helps me out?
Q: Using mysql client, after issuing sql statements, we can see how long it takes to get results, like; 1 row in set (0.01 sec) Does the time, 0.01 sec in this case, mean what kind of time? Is the time calculated at mysql client or at mysqld? Time between a point to issue a statement from mysql client, and a point to get all results to show? I'm checking inside of the source file, \client\mysql.cc, and "nice_time" seemed to me that this function calculate the time. However, I'm not sure at all. Thanks for your co-operation in advance. Kenken PA -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]