MXS-2843: Remove password hash from log_info output

This commit is contained in:
Markus Mäkelä 2020-01-21 09:27:08 +02:00
parent b573fcf030
commit e2976a6689
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

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