Print lines from log file to see what's in them

This commit is contained in:
msvensson@shellback.(none) 2006-08-21 14:06:59 +02:00
parent a6a8ea0bc9
commit 2b2985e0ea

View file

@ -14963,6 +14963,8 @@ static void test_bug17667()
DIE("Read error");
}
}
/* Print the line */
printf("%s", line_buffer);
} while (my_memmem(line_buffer, MAX_TEST_QUERY_LENGTH*2,
statement_cursor->buffer, statement_cursor->length) == NULL);