Skip to content
Permalink
Browse files
Fixed wrong #ifdef related to DBUG_ASSERT_AS_PRINTF
  • Loading branch information
montywi committed Sep 5, 2018
1 parent 49d506c commit 90c4f56
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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
}

0 comments on commit 90c4f56

Please sign in to comment.