mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Extract some of #3360 fixes to 10.11.x
That PR uncovered countless issues on `my_snprintf` uses. This commit backports a squashed subset of their fixes. (Excludes previous parts #3485 and #3493)
This commit is contained in:
@@ -562,7 +562,7 @@ int HCData::curl_run (const char *url, std::string *response,
|
||||
else if (is_error)
|
||||
{
|
||||
my_printf_error(ER_UNKNOWN_ERROR, PLUGIN_ERROR_HEADER
|
||||
"Hashicorp server error: %d, response: %s",
|
||||
"Hashicorp server error: %ld, response: %s",
|
||||
ME_ERROR_LOG_ONLY | ME_WARNING, http_code, res);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user