mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Merge branch '10.2' into 10.3
This commit is contained in:
commit
440452628d
42 changed files with 545 additions and 88 deletions
|
|
@ -43,7 +43,7 @@ SET GLOBAL read_only = @start_read_only;
|
|||
alter user boo;
|
||||
ERROR HY000: Operation ALTER USER failed for 'boo'
|
||||
#--warning ER_CANNOT_USER
|
||||
alter if exists user boo;
|
||||
alter user if exists boo;
|
||||
Warnings:
|
||||
Error 1133 Can't find any matching row in the user table
|
||||
Note 1396 Operation ALTER USER failed for 'boo'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue