In this test I hacked the wine installer code to iterate through different queries and return the results.

In the query that passed I ran SELECT * FROM `Media`. The installer had no problem with this query.

In the test that failed I ran SELECT * FROM `Media` WHERE `LastSequence` > 10. The installer returns LastSequence of 0 and 6 in this query which is wrong.

I have tried the query with >=, both fail to return the correct results, I have also queried SELECT * FROM `File` WHERE `Sequence` > 15 and it fails this query returning the wrong results.
