mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix typos in JSON MRR output
This commit is contained in:
@ -2620,7 +2620,8 @@ static void add_mrr_explain_info(String *str, uint mrr_mode, handler *file)
|
||||
sizeof(mrr_str_buf));
|
||||
if (len > 0)
|
||||
{
|
||||
str->append(STRING_WITH_LEN("; "));
|
||||
if (str->length())
|
||||
str->append(STRING_WITH_LEN("; "));
|
||||
str->append(mrr_str_buf, len);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user