Merge branch '10.4' into 10.5

This commit is contained in:
Oleksandr Byelkin 2020-03-11 17:52:49 +01:00
commit fad47df995
132 changed files with 2879 additions and 2139 deletions

View file

@ -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 #