1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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

This commit is contained in:
unknown
2006-08-21 14:06:59 +02:00
parent 032baf1f56
commit d36b0cdf49

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