mirror of
https://github.com/MariaDB/server.git
synced 2025-08-02 14:47:37 +03:00
Fix typos in JSON MRR output
This commit is contained in:
@ -1809,7 +1809,10 @@ void Explain_table_access::append_tag_name(String *str, enum explain_extra_tag t
|
||||
str->append(STRING_WITH_LEN(" join"));
|
||||
str->append(STRING_WITH_LEN(")"));
|
||||
if (bka_type.mrr_type.length())
|
||||
{
|
||||
str->append(STRING_WITH_LEN("; "));
|
||||
str->append(bka_type.mrr_type);
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user