Re: Measuring query progress

2005-04-08 Thread Mike Muratet
On Thu, 7 Apr 2005, Gleb Paharenko wrote: > Hello. > > If you're using an InnoDB tables you could monitor the progress > with SHOW INNODB STATUS using the number of proceeded rows. See: > > http://dev.mysql.com/doc/mysql/en/innodb-monitor.html > > Thanks. I'll give it a shot. Mike > >

Re: Measuring query progress

2005-04-07 Thread Gleb Paharenko
Hello. If you're using an InnoDB tables you could monitor the progress with SHOW INNODB STATUS using the number of proceeded rows. See: http://dev.mysql.com/doc/mysql/en/innodb-monitor.html Mike Muratet <[EMAIL PROTECTED]> wrote: > Greetings > > I have a query that has been ru