Estimating the progress of queries on MySQL Posted By : at 2008-05-08 13:43:00
Now, wouldn't it be nice if MySQL provided some extra information about the progress of those queries? Like for example the number of rows which have been updated so far, or an estimate of how long the query has left to run? ...