mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fixed compiler warnings and wrong test results
This commit is contained in:
@@ -1563,7 +1563,7 @@ static void make_error_message(char *buf, size_t len, const char *fmt, va_list a
|
||||
fmt= "unknown error";
|
||||
|
||||
s+= my_vsnprintf(s, end - s, fmt, args);
|
||||
s+= my_snprintf(s, end -s, "\n", start_lineno);
|
||||
s+= my_snprintf(s, end -s, "\n");
|
||||
}
|
||||
|
||||
void die(const char *fmt, ...)
|
||||
|
Reference in New Issue
Block a user