Today I switch one of the tables from MyISAM to INNODB and after executing simple query " SELECT * FROM xxxx WHERE 1" I got results approximate. with following: May be approximate. See FAQ 3.11 So every time I got query I am getting different number of results with ~ symbol in front of number ? What is that, is that the way INNODB working ?
Can you give an example of the response you get and the response you expect. P.S. Could it be you expect the response in a specific order, because the order of the response is not defined unless you use the order keyword.