[Maria-developers] Weekly Report

2019-07-21 Thread Rucha Deodhar
Report for week 8: Hello! This week I worked on the parser. I removed the hack "swapping lists" we had used earlier. Now the grammar uses values from the bison stack. However, I was making the list rule return the SELECT_LEX :: item_list. This was fixed after the intermediate review. I changed

Re: [Maria-developers] INSERT ... RETURNING intermediate review

2019-07-21 Thread Rucha Deodhar
Hello! Intermediate review was very helpful. It has made things more clear. I worked on it and here is the report for the same. I committed the result file for insert_parser. Here is the link: https://github.com/rucha174/server/blob/10.4/mysql-test/main/insert_parser.result I have made changes