mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
[t:2811], undo change that went in merge that should not have
git-svn-id: file:///svn/toku/tokudb@23584 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
fe444f93a4
commit
b9542a506e
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ dbufio_print(DBUFIO_FILESET bfs) {
|
|||
fprintf(stderr, "%s:%d bfs=%p", __FILE__, __LINE__, bfs);
|
||||
if (bfs->panic)
|
||||
fprintf(stderr, " panic=%d", bfs->panic_errno);
|
||||
//fprintf(stderr, " N=%d %d %"PRIuMAX, bfs->N, bfs->n_not_done, bfs->bufsize);
|
||||
fprintf(stderr, " N=%d %d %"PRIuMAX, bfs->N, bfs->n_not_done, bfs->bufsize);
|
||||
for (int i = 0; i < bfs->N; i++) {
|
||||
struct dbufio_file *dbf = &bfs->files[i];
|
||||
if (dbf->error_code[0] || dbf->error_code[1])
|
||||
|
|
Loading…
Add table
Reference in a new issue