mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Tiny fix to make the XML generated by the client well-formed.
(Thanks to Georg Richter!)
This commit is contained in:
@ -1246,7 +1246,7 @@ static void print_quoted_xml(FILE *output, char *fname, char *str, uint len)
|
||||
else
|
||||
fputc(*str, output);
|
||||
}
|
||||
fprintf(output, "<%s>\n", fname);
|
||||
fprintf(output, "</%s>\n", fname);
|
||||
}
|
||||
|
||||
static char *getTableName(int reset)
|
||||
|
Reference in New Issue
Block a user