Hello all,
I've installed mysql-5.1.56 ndb-7.1.15. The problem is that the different queries return duplicate results (when using limit).
After digging around I've discovered, that it's a bug (Bug #36050 - get duplicate records in MySQL cluster when using limit).
My question: is there a work around (fix, a config to enable "order by" for all queries, etc.) for this, without putting "order by" in all queries? This is not a good solution, as it consume OS resources (CPU/memory), plus the app I'm working on has hundreds of queries, so it will take a while to modify all.
Thank you,
Pit
I've installed mysql-5.1.56 ndb-7.1.15. The problem is that the different queries return duplicate results (when using limit).
After digging around I've discovered, that it's a bug (Bug #36050 - get duplicate records in MySQL cluster when using limit).
My question: is there a work around (fix, a config to enable "order by" for all queries, etc.) for this, without putting "order by" in all queries? This is not a good solution, as it consume OS resources (CPU/memory), plus the app I'm working on has hundreds of queries, so it will take a while to modify all.
Thank you,
Pit