mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge commit '10.3' into 10.4
This commit is contained in:
commit
b8c0e49670
61 changed files with 1158 additions and 222 deletions
|
|
@ -43,7 +43,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 # Test password related altering.
|
||||
alter user foo identified by 'something';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue