MySQL Forums
Forum List  »  InnoDB

Problems after converting MyISAM to INNODB!
Posted by: Craig Matthews
Date: April 01, 2005 08:25AM

Hi,

My MYISAM table had 601,102 rows. I converted it to INNODB. The query executed successfully. Now,

select count(id) from TABLE;
---> gives me 76,280

Which suggests that the number of rows I have are lessened somehow??! Just to check:

select max(id) from TABLE;
---> gives me 601,102 -- so this seems right!

What gives? What am I missing? Thanks!

Options: ReplyQuote


Subject
Views
Written By
Posted
Problems after converting MyISAM to INNODB!
2912
April 01, 2005 08:25AM


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.