mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
fix compile warning: may be used uninitialized
This commit is contained in:
parent
529b0f64c2
commit
72bdeddd34
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue