mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
Merge 10.4 into 10.5
This commit is contained in:
commit
a42c80bd48
86 changed files with 790 additions and 630 deletions
|
|
@ -1,5 +1,5 @@
|
|||
INSTALL SONAME 'auth_named_pipe';
|
||||
CREATE USER 'USERNAME' IDENTIFIED WITH named_pipe;
|
||||
GRANT ALL PRIVILEGES ON *.* to USERNAME;
|
||||
GRANT ALL PRIVILEGES ON *.* to 'USERNAME';
|
||||
DROP USER 'USERNAME';
|
||||
UNINSTALL SONAME 'auth_named_pipe';
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ INSTALL SONAME 'auth_named_pipe';
|
|||
--replace_result $USERNAME USERNAME
|
||||
eval CREATE USER '$USERNAME' IDENTIFIED WITH named_pipe;
|
||||
--replace_result $USERNAME USERNAME
|
||||
eval GRANT ALL PRIVILEGES ON *.* to $USERNAME;
|
||||
eval GRANT ALL PRIVILEGES ON *.* to '$USERNAME';
|
||||
|
||||
let $targetdir=$MYSQLTEST_VARDIR/tmp/backup;
|
||||
--disable_result_log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue