MXS-2843: Remove password hash from log_info output
This commit is contained in:
parent
b573fcf030
commit
e2976a6689
@ -568,7 +568,7 @@ void add_mysql_user(sqlite3* handle,
|
||||
sqlite3_free(err);
|
||||
}
|
||||
|
||||
MXS_INFO("Added user: %s", insert_sql);
|
||||
MXS_INFO("Added user: %s@%s db: %s global: %s", user, host, dbstr, anydb ? "yes" : "no");
|
||||
}
|
||||
|
||||
static void add_database(sqlite3* handle, const char* db)
|
||||
|
Loading…
x
Reference in New Issue
Block a user