Browse Source

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

pull/374/head
unknown 19 years ago
parent
commit
d36b0cdf49
  1. 2
      tests/mysql_client_test.c

2
tests/mysql_client_test.c

@ -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);

Loading…
Cancel
Save