My innodb_flush_log_at_trx_commit
is 2, but whenever I examine the ib_logfile
the data is present but when i query the database the data is not there e.g. if i do a insert 'xyz' into the db a couple of 1000 times all of the entries are there in the ib_logfile
but some of them are not there in the db, when retrieved by a query. So all 1000 are there in the ib_logfile
but only 900 are there in the db. Whatever could be the problem?
I am using toplink and struts 2 for inserting data activity. there is no information in the catalina.out file. Cannot find any information on the internet. Any help would be much appreciated.