Commit 90c4f566 authored by Monty's avatar Monty

Fixed wrong #ifdef related to DBUG_ASSERT_AS_PRINTF

parent 49d506cd
......@@ -2141,7 +2141,7 @@ static void print_xml_row(FILE *xml_file, const char *row_name,
{
create_stmt_ptr= (*row)[i];
create_stmt_len= lengths[i];
#ifndef DBUG_OFF
#ifdef DBUG_ASSERT_EXISTS
body_found= 1;
#endif
}
......
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