Skip to content

Commit d8e1e18

Browse files
committed
post-merge fix
1 parent e5e44b3 commit d8e1e18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/sql_acl.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,6 @@ bool change_password(THD *thd, const char *host, const char *user,
18881888
native_password_plugin_name.str) &&
18891889
my_strcasecmp(system_charset_info, acl_user->plugin.str,
18901890
old_password_plugin_name.str))
1891-
{
18921891
push_warning(thd, Sql_condition::WARN_LEVEL_NOTE,
18931892
ER_SET_PASSWORD_AUTH_PLUGIN, ER(ER_SET_PASSWORD_AUTH_PLUGIN));
18941893
else

0 commit comments

Comments
 (0)