1
0
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:
Sergei Petrunia
2015-09-24 16:31:45 +03:00
parent 7016621596
commit 125001881d
3 changed files with 7 additions and 3 deletions

View File

@ -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;
}