mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Print lines from log file to see what's in them
This commit is contained in:
parent
a6a8ea0bc9
commit
2b2985e0ea
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue