Re: [Maria-developers] Buildbot branch 10.0-custombld

2015-07-02 Thread Kristian Nielsen
Kristian Nielsen writes: > The branch 10.0-custombld seems to no longer build binaries (after the > transition to git?): I also need the similar functionality for 10.1, eg. 10.1-custombld. - Kristian. ___ Mailing list: https://launchpad.net/~maria

[Maria-developers] MariaDB parallel replication

2015-07-02 Thread Kristian Nielsen
Some interesting work is starting to be done by users to test parallel replication on real workloads. One issue that comes up is the performance on workloads that have a relatively high number of lock conflicts between transactions. I made some patches (against latest 10.1) to help investigate and

Re: [Maria-developers] GSoc2015: MDEV-8356 first patch

2015-07-02 Thread Sergey Petrunia
Hi Diwas, On Thu, Jul 02, 2015 at 04:26:58PM +0530, Diwas Joshi wrote: > for the return type i am storing a string containing TABLE( definitions>). eg. forCREATE FUNCTION f1(a INT, b VARCHAR(11)) > RETURNS TABLE t1(id INT, name VARCHAR(11)) BEGIN set @a=3; END| > we store > TABLE t1(id INT, name V

[Maria-developers] GSoC2015: MDEV-8356 patch for review

2015-07-02 Thread Diwas Joshi
Hello all, I am attaching a patch for MDEV-8356 as part of my work under GSoC2015 implementing table valued functions. Please feel free to point out mistakes, if any. regards Diwas Joshi diff --git a/sql/sp.cc b/sql/sp.cc index 9fd17b0..3413ba1 10