Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-20 Thread sriram patil
SQL commands here: > > Howto Add a New Command to the MySQL Server > > http://www.jebriggs.com/blog/2013/05/howto-add-a-new-command-to-the-mysql-server/ > > James. > > -------- > On Thu, 3/20/14, sriram patil wrote: > > Subject:

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-20 Thread James Briggs
er/ James. On Thu, 3/20/14, sriram patil wrote: Subject: Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project To: "James Briggs" Cc: maria-developers@lists.launchpad.net Date: Thursday, March 20, 2014, 5:34 AM H

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-20 Thread sriram patil
Golubchik wrote: > > Subject: Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF > NOT EXISTS, and DROP IF EXISTS" Project > To: "sriram patil" > Cc: maria-developers@lists.launchpad.net > Date: Wednesday, March 19, 2014, 12:22 PM > > Hi,

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-19 Thread Sriram Patil
ject: Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project To: "sriram patil" Cc: maria-developers@lists.launchpad.net Date: Wednesday, March 19, 2014, 12:22 PM Hi, sriram! On Mar 19, sriram patil wrote: >

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-19 Thread James Briggs
Golubchik wrote: Subject: Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project To: "sriram patil" Cc: maria-developers@lists.launchpad.net Date: Wednesday, March 19, 2014, 12:22 PM Hi, sriram! On Mar 19, sr

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-19 Thread Sergei Golubchik
Hi, sriram! On Mar 19, sriram patil wrote: > Hi Sergei, > > I studied lex and yacc and understood complete parser written in > sql_yacc.yy. Also went through the constants and symbols declared in lex.h, > sql_yacc.h, sql_cmd.h. Right > I found out that OR REPLACE and IF NOT EXISTS is already im

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-19 Thread sriram patil
Hi Sergei, I studied lex and yacc and understood complete parser written in sql_yacc.yy. Also went through the constants and symbols declared in lex.h, sql_yacc.h, sql_cmd.h. I found out that OR REPLACE and IF NOT EXISTS is already implemented for tables. The IF NOT EXISTS rule is also defined fo

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-18 Thread Sergei Golubchik
Hi, Sriram! On Mar 18, Sriram Patil wrote: > Hi Sergei, > > Thank you for such a quick reply. > I will look into the files you have mentioned. > > Also, is there any particular format for the proposal draft? Or may be if > you expect some points to be mentioned clearly in the proposal draft. No

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-18 Thread Sriram Patil
Hi Sergei, Thank you for such a quick reply. I will look into the files you have mentioned. Also, is there any particular format for the proposal draft? Or may be if you expect some points to be mentioned clearly in the proposal draft. Thanks, Sriram On Tue, Mar 18, 2014 at 6:05 PM, Sergei Golubch

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-18 Thread Sergei Golubchik
Hi, Sriram! First: please don't forget to cc: the list maria-developers@lists.launchpad.net Thank you. On Mar 18, sriram patil wrote: > Hi Sergei, > > I was going through the source code and was able to figure out the > flow of query execution and major functions through which a query goes > bef

Re: [Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-16 Thread Sergei Golubchik
Hi, Sriram! On Mar 16, sriram patil wrote: > Hi Sergei, > > I am interested to work on "CREATE OR REPLACE, CREATE IF NOT EXISTS, and > DROP IF EXISTS" project as part of GSOC 2014. I want to apply my subject > knowledge at a bigger level which will also give me an idea about the > practical issue

[Maria-developers] [GSOC 2014] "CREATE OR REPLACE, CREATE IF NOT EXISTS, and DROP IF EXISTS" Project

2014-03-16 Thread sriram patil
Hi Sergei, I am Sriram Patil. I am a Masters' student at International Institute of Information Technology, Hyderabad, India. I have been working on a small DB Engine as part of my course work in C++. I have also worked on a SQLite DB abstraction library FMDB in Objective-C. Also, I am currently