1
0
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:
Sergei Golubchik
2019-02-05 16:02:25 +01:00
parent 7dfbb66fcb
commit f07b76fcfd
2 changed files with 1 additions and 3 deletions

View File

@ -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