Re: [Maria-developers] GSoC [MDEV-6017]

2019-06-03 Thread Sergei Golubchik
Hi, Alexey! On Jun 04, Alexey Mogilyovkin wrote: > For the last week I was making some investigations about implementing my > task. > Here are my thoughts about how it can be done. > I want to find all virtual columns that are used in most outer select. Then > try to match expressions in where

Re: [Maria-developers] GSoC [MDEV-6017]

2019-06-03 Thread Alexey Mogilyovkin
For the last week I was making some investigations about implementing my task. Here are my thoughts about how it can be done. I want to find all virtual columns that are used in most outer select. Then try to match expressions in where clauses with vcols and rewrite all matching ones, including

Re: [Maria-developers] GSoC [MDEV-6017]

2019-06-03 Thread Alexey Mogilyovkin
вт, 28 мая 2019 г. в 06:44, Alexey Mogilyovkin : > Hello. This is the thread where I would like to publish my weekly reports > every Monday. > During preparatory weeks I set up development environment. I briefly > examined testing framework, debugging process and now I am ready to start > work. >

Re: [Maria-developers] Weekly Report

2019-06-03 Thread Sergei Golubchik
Hi, Rucha! On Jun 03, Rucha Deodhar wrote: > Report for week 1: > > Hello! > > I made test cases and extended the parser for: > INSERT...RETURNING * and > INSERT...RETURNING > It is working fine for INSERT...ON DUPLICATE KEY UPDATE, INSERT...IGNORE, > INSERT...SET, and simple insert