mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup: remove reduntant variable
This commit is contained in:
@ -507,11 +507,9 @@ cat_sql()
|
||||
|
||||
case "$auth_root_authentication_method" in
|
||||
normal)
|
||||
echo "SET @skip_auth_root_nopasswd=NULL;"
|
||||
echo "SET @auth_root_socket=NULL;"
|
||||
;;
|
||||
socket)
|
||||
echo "SET @skip_auth_root_nopasswd=1;"
|
||||
echo "SET @auth_root_socket='$auth_root_socket_user';"
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user