Re: Problems faced onm igration from myISAM to INNODB

"Christopher G. Stach II" <[email protected]>
Newsgroups gmane.comp.db.mysql.java
Message-ID <[email protected]>
[email protected] wrote:
> Hi,
> 
> Thanks for your response. Actually I am using JDBC to communicate with
> the DB , that's the reason why I posted this query in the java list.
> 
> This does not seem to be a phantom read, as the first query is returning
> me more number of rows than the second one and I am not doing any
> deletes.
> 
> Regards
> Prasad

Turn on query logging in the server.  Execute the exact same queries
manually.  If you get the same results, it has nothing to do with JDBC.
 Are you getting double or triple the number of rows?  Is the data
valid?  Is the data you imported valid?  Is the DB dump from MyISAM valid?

What does changing MySQL engine types have to do with Java?

-- 
Christopher G. Stach II

-- 
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe:    http://lists.mysql.com/[email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.