Bug #11760384 52792: MYSQLDUMP IN XML MODE DOES NOT
DUMP ROUTINES Minor post-fix to avoid build failure when built with Werror.
This commit is contained in:
parent
d985ac1f38
commit
429fdb3b09
@ -1877,7 +1877,7 @@ static void print_xml_row(FILE *xml_file, const char *row_name,
|
|||||||
{
|
{
|
||||||
uint i;
|
uint i;
|
||||||
my_bool body_found= 0;
|
my_bool body_found= 0;
|
||||||
char *create_stmt_ptr;
|
char *create_stmt_ptr= NULL;
|
||||||
ulong create_stmt_len= 0;
|
ulong create_stmt_len= 0;
|
||||||
MYSQL_FIELD *field;
|
MYSQL_FIELD *field;
|
||||||
ulong *lengths= mysql_fetch_lengths(tableRes);
|
ulong *lengths= mysql_fetch_lengths(tableRes);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user