[Maria-developers] Merge request: Cross-compile fixes (MySQL bug #61340)

2014-06-13 Thread James Le Cuirot
Hello all, I posted a merge request to Launchpad back in April. A Launchpad glitch meant that it didn't get any attention but I was told on IRC to post about it here. The merge request: https://code.launchpad.net/~chewi/maria/mysql-fix-bug61340/+merge/217351 The commit diff: http://bazaar.launch

Re: [Maria-developers] [GSoC] self-tuning optimizer

2014-06-13 Thread Sergei Golubchik
Hi, Anshu! On Jun 13, Anshu Avinash wrote: > > So I have refactored Cost_factors::init() into Cost_factors::init() and > Cost_factors::re_init(). The diff is at: > https://github.com/igniting/server/commit/41e360309c067d072d788495e4e9480546287721.diff Looks great. I've added one comment there.

Re: [Maria-developers] WebScaleSQL: Actually fix all the array bounds warnings

2014-06-13 Thread Sergei Golubchik
Hi, Sergey! On May 28, Sergey Vojtovich wrote: > Hi Sergei and Alexey, > > during our recent discussion re WebScaleSQL patches we agreed to review $subj: > https://github.com/webscalesql/webscalesql-5.6/commit/094187c4a20e8d0c02f17210da5c80bc0db18f17 > > All these warnings come from strings/deci

Re: [Maria-developers] WebScaleSQL: Adjust linking flags to not embed some libs

2014-06-13 Thread Sergei Golubchik
Hi, Sergey! On May 27, Sergey Vojtovich wrote: > Hi Sergei, > > during our recent discussion re WebScaleSQL patches we agreed to accept $subj: > https://github.com/webscalesql/webscalesql-5.6/commit/361e3b83145402945b737dceae85f27e4cf3591c > > I studied our binaries and it looks like we embed zl

[Maria-developers] Java Connector Coding till 12th June

2014-06-13 Thread Puneet Dewan
Hi Everyone, This week, I was able to send the com_stmt_execute command from the *Driver * in the way it is accepted by the MariaDB server So, Now I am able to insert a row in the database using com_stmt_execute command. But from the console when I try to see the values I see *NULL* I used *Wiresh

Re: [Maria-developers] Allow to turn off max_connect_errors

2014-06-13 Thread Honza Horak
On 06/12/2014 05:08 PM, Sergei Golubchik wrote: Hi, Honza! there are apparently some tools out there [1], that check if the server is up quite often, while not closing the connection properly. It eventually ends in 'many connection errors', because max_connect_errors is always limited now. [1]

Re: [Maria-developers] [GSoC] Optimize mysql-test-runs - Setback

2014-06-13 Thread Pablo Estrada
Hello Elena and all, I have pushed the fixed code. There are a lot of changes in it because I went through all the code making sure that it made sense. The commit is here , and although there are a lot of changes, th