MySQL Forums
Forum List  »  InnoDB

Re: Data not getting inserted in innodb tables
Posted by: development
Date: June 29, 2005 05:43AM

Hi,

The first step is suggested by jay to check thru any mysql client or by console for inserting the data. You can also perform one more test case. you insert the data in innodb table and check the file timestamp. the file(tablespace file ibdata) timestamp should be modified. If it is not getting modified your data is not touching the main tablespace.

Pls revert for the result of the test case.

Thanks
Rushik

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Data not getting inserted in innodb tables
1920
June 29, 2005 05:43AM


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.