Skip to content

Commit 2c3014e

Browse files
committed
MDEV-24668 fixup: uninitialized return value with Galera
1 parent 06df0b0 commit 2c3014e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_acl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3794,7 +3794,7 @@ bool change_password(THD *thd, LEX_USER *user)
37943794
char buff[512];
37953795
ulong query_length= 0;
37963796
enum_binlog_format save_binlog_format;
3797-
bool result, acl_cache_is_locked= false;
3797+
bool result= false, acl_cache_is_locked= false;
37983798
ACL_USER *acl_user;
37993799
ACL_USER::AUTH auth;
38003800
const char *password_plugin= 0;

0 commit comments

Comments
 (0)