Re: [Maria-developers] 250bc3b6d74: Ensure that table is truly dropped when using DROP TABLE

2020-06-14 Thread Sergei Golubchik
Hi, Monty! On Jun 13, Michael Widenius wrote: > > Hi, Michael! > > Please use Monty. No reason to be formal! That comes from the sender's name :) I replace it manually, but sometimes I forget to. > > > +# create test user > > > +create user test identified by '123456'; > > > +grant all privileg

Re: [Maria-developers] c48b190824a: Fixed error messages from DROP VIEW to align with DROP TABLE

2020-06-14 Thread Michael Widenius
Hi! On Sat, Jun 13, 2020 at 5:37 PM Sergei Golubchik wrote: > > DROP VIEW IF EXISTS t1; > > Warnings: > > +Warning 1347'test.t1' is not of type 'VIEW' > > please, add a test for the case when a user has no privileges on > test.t1, the object existence is not leaked out (if one has n

[Maria-developers] Progress report for MDEV-12326

2020-06-14 Thread Mohammed Hammaad Mateen
Greetings, Hope you are safe and doing great, This post describes the things I've done during 8-14 June under the mentor-ship of Sergei Golubchik and Oleksandr Byelkin for GSoC-20 to implement MDEV-12326. The tasks taken up for this week was to work towards extending the parser for multi-table DE