Re: [Maria-developers] feedback on proposed fix to MySQL bug 57430

2011-05-19 Thread Jocelyn Fournier
Hi, Will this fix also solve the bug http://bugs.mysql.com/bug.php?id=36817 (and reopened in maria as https://bugs.launchpad.net/maria/+bug/639949 ) ? Thanks and regards, Jocelyn Fournier Le 19/05/2011 16:46, Michael Widenius a écrit : Hi! "Zardosht" == Zardosht Kasheff writes: Zardo

Re: [Maria-developers] feedback on proposed fix to MySQL bug 57430

2011-05-19 Thread Michael Widenius
Hi! > "Zardosht" == Zardosht Kasheff writes: Zardosht> The issue that I see with this proposal is that if quick_records is Zardosht> much much greater than best_records, then we may not want to set Zardosht> best_key to nr even though this nr is a covering index. Agree, but this is what is

Re: [Maria-developers] feedback on proposed fix to MySQL bug 57430

2011-05-19 Thread Zardosht Kasheff
The issue that I see with this proposal is that if quick_records is much much greater than best_records, then we may not want to set best_key to nr even though this nr is a covering index. On Thu, May 19, 2011 at 6:04 AM, Michael Widenius wrote: > > Hi! > >> "Zardosht" == Zardosht Kasheff wr

Re: [Maria-developers] feedback on proposed fix to MySQL bug 57430

2011-05-19 Thread Michael Widenius
Hi! > "Zardosht" == Zardosht Kasheff writes: Zardosht> Hello all, Zardosht> Continuing with patch contributions (as encouraged at the storage Zardosht> engine summit last Friday), here is a very simple patch we have to fix Zardosht> MySQL bug 57430 (http://bugs.mysql.com/bug.php?id=57430).

[Maria-developers] feedback on proposed fix to MySQL bug 57430

2011-04-20 Thread Zardosht Kasheff
Hello all, Continuing with patch contributions (as encouraged at the storage engine summit last Friday), here is a very simple patch we have to fix MySQL bug 57430 (http://bugs.mysql.com/bug.php?id=57430). The problem is described in the bug report we sent to MySQL. We think this simple fix addre