1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Remove debug printout from mysql_client_test

tests/mysql_client_test.c:
  Remove debug printout
This commit is contained in:
unknown
2006-08-22 08:30:33 +02:00
parent c2e845189e
commit 3d847396a2

View File

@ -14975,8 +14975,6 @@ 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);