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

2015-07-02 Thread Diwas Joshi
Hello all, I am attaching a patch for MDEV-8356 <https://mariadb.atlassian.net/browse/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..3

[Maria-developers] GSoc2015

2015-06-24 Thread Diwas Joshi
hii, please find a patch for MDEV-8343 <https://mariadb.atlassian.net/browse/MDEV-8343> attached to this mail. I have also included a test case in the patch. regards Diwas Joshi diff --git a/mysql-test/r/sp-error.result b/mysql-test/r/sp-error.result index 4373925..58be47e 100644 --- a/mysq

[Maria-developers] GSoC2015: facing errors working on udf's for table valued functions.

2015-06-19 Thread Diwas Joshi
hii i have been stuck on some shift/reduce conflict since past few days. It is giving the error for the code i have added for select query using the udf. I think the rule that I defined under table_factor is conflicting with the first rule defined under it. regards diff --git a/sql/sp.h b/sql/sp.h

[Maria-developers] GSoC 2015: Table functions (a.k.a UDF returning arrays / result set) MDEV-5199

2015-03-24 Thread Diwas Joshi
ctions in queries so I'll need to use the handler class for this. Please tell me how much of the project I have understood correctly and if I am on the right lines here and how can i proceed towards writing my proposal for this project. regards Diwas Joshi _