[Maria-developers] Interested in Contributing Code to Maria DB.

2015-08-03 Thread Alangi Derick
Hi, I am Alangi Derick and a computer engineering student(specialty: software engineering) from the University of Buea. I am a junior and i code in C. I have found interest in Maria DB. I have used many DBMS but i will like to develop for MariaDB since it is Open source and it is the one that

Re: [Maria-developers] MDEV-8389 patch review

2015-08-03 Thread Sergey Petrunia
On Sun, Aug 02, 2015 at 08:51:44PM +0530, Diwas Joshi wrote: So what would be the expected result of query select f1(1,'aa'). since it will be a table shouldn't we use select * from f1(1,'aa'). I know it shouldn't crash but what should be the output of that query? My first guess is that since

Re: [Maria-developers] MDEV-8389 patch review (question1)

2015-08-03 Thread Sergey Petrunia
More input on the patch: Let's debug a regular table function: delimiter | create function f10() returns int deterministic begin return 1+3; end | delimiter ; flush tables; select f10(); Let's put a breakpoint on 'parse_sql': Breakpoint 4, parse_sql (thd=0x5ac4aeb0,