mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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