Re: [Maria-developers] CREATE USER gotcha

2014-12-18 Thread Alexander Barkov
Hi Pavel, On 12/19/2014 01:13 AM, Pavel Ivanov wrote: On Thu, Dec 18, 2014 at 12:24 AM, Oleksandr Byelkin wrote: Hi! On 18.12.14 08:52, Alexander Barkov wrote: The same behaviour is observed with DROP USER. IMHO it is general problem for all our "multi-" commands, or it is solved somehow

Re: [Maria-developers] CREATE USER gotcha

2014-12-18 Thread Pavel Ivanov
On Thu, Dec 18, 2014 at 12:24 AM, Oleksandr Byelkin wrote: > Hi! > > On 18.12.14 08:52, Alexander Barkov wrote: >> >> The same behaviour is observed with DROP USER. > > IMHO it is general problem for all our "multi-" commands, or it is solved > somehow for DROP TABLE or multi row INSERT (for examp

[Maria-developers] MDEV-7288 USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS

2014-12-18 Thread Alexander Barkov
Hi Sergei, Please have a look into the patch for MDEV-7288. It consists of the USER/ROLE related part of the big GSoC patch from Sriram that you reviewed earlier, with review suggestions addressed. You earlier had the following suggestions/questions: >> diff --git a/sql/sql_acl.cc b/sql/sql_

Re: [Maria-developers] CREATE USER gotcha

2014-12-18 Thread Vicențiu Ciorbaru
Hi! As I have previously worked on this module, I would like to help with this issue. I can have a look into it tomorrow. Regards, Vicentiu On Thu, 18 Dec 2014 10:24 Oleksandr Byelkin wrote: > Hi! > > On 18.12.14 08:52, Alexander Barkov wrote: > > The same behaviour is observed with DROP USER.

Re: [Maria-developers] CREATE USER gotcha

2014-12-18 Thread Oleksandr Byelkin
Hi! On 18.12.14 08:52, Alexander Barkov wrote: The same behaviour is observed with DROP USER. IMHO it is general problem for all our "multi-" commands, or it is solved somehow for DROP TABLE or multi row INSERT (for example)? (If yes it is solved that do the same if no then maybe it is not