Commit 72bdeddd authored by Tor Didriksen's avatar Tor Didriksen

fix compile warning: may be used uninitialized

parent 529b0f64
......@@ -1854,7 +1854,7 @@ static void print_xml_row(FILE *xml_file, const char *row_name,
{
uint i;
my_bool body_found= 0;
char *create_stmt_ptr;
char *create_stmt_ptr= NULL;
ulong create_stmt_len= 0;
MYSQL_FIELD *field;
ulong *lengths= mysql_fetch_lengths(tableRes);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment