mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
5.5 merge
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright (c) 2000, 2012, Oracle and/or its affiliates.
|
||||
Copyright (c) 2000, 2013, Oracle and/or its affiliates.
|
||||
Copyright (c) 2010, 2013, Monty Program Ab.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
@ -1914,7 +1914,7 @@ static void print_xml_row(FILE *xml_file, const char *row_name,
|
||||
const char *str_create)
|
||||
{
|
||||
uint i;
|
||||
my_bool __attribute__((unused)) body_found= 0;
|
||||
my_bool body_found __attribute__((unused)) = 0;
|
||||
char *create_stmt_ptr= NULL;
|
||||
ulong create_stmt_len= 0;
|
||||
MYSQL_FIELD *field;
|
||||
|
Reference in New Issue
Block a user