mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge branch '10.4' into 10.5
This commit is contained in:
commit
fad47df995
132 changed files with 2879 additions and 2139 deletions
|
|
@ -50,7 +50,7 @@ SET GLOBAL read_only = @start_read_only;
|
|||
--error ER_CANNOT_USER
|
||||
alter user boo;
|
||||
--echo #--warning ER_CANNOT_USER
|
||||
alter if exists user boo;
|
||||
alter user if exists boo;
|
||||
|
||||
|
||||
--echo #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue