MySQL Forums
Forum List  »  Performance

Re: Confused about Handler_delete
Posted by: Toa Sty
Date: August 22, 2006 08:51AM

Try looking for the Innodb_rows_deleted status variable rather than Handler_delete. It should tell you what you want to know. (Added in MySQL 5.0.2)

Perhaps someone more knowledgeable could explain whether the Handler_delete *should* update for InnoDB deletes or whether it is meant to be MyISAM specific.

My guess is that as other Handler_ vars seem to update properly for InnoDB then Handler_delete should also, but then I wonder why it doesn't given that it's been able to be added as a separate var.

Toasty

Options: ReplyQuote


Subject
Views
Written By
Posted
4164
August 22, 2006 07:26AM
Re: Confused about Handler_delete
2473
August 22, 2006 08:51AM
2212
August 22, 2006 10:19AM
2892
August 23, 2006 07:04AM
2266
March 06, 2009 01:33PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.