Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä 2020-01-21 09:33:41 +02:00
commit fe1043219e
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -631,7 +631,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)