mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Merge 10.3 into 10.4
This commit is contained in:
commit
d3e4fae797
65 changed files with 708 additions and 568 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