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

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

2020-06-13 Thread Sergei Golubchik
Hi, Michael! On Jun 13, Michael Widenius wrote: > revision-id: c48b190824a (mariadb-10.5.2-405-gc48b190824a) > parent(s): 50bad912977 > author: Michael Widenius > committer: Michael Widenius > timestamp: 2020-06-12 12:04:05 +0300 > message: > > Fixed error messages from DROP VIEW to align with