提交 b6d19adc 编写于 作者: D Dmitri Smirnov

Use port size_t formatting

上级 963660eb
...@@ -436,7 +436,7 @@ TEST_F(TransactionTest, FlushTest2) { ...@@ -436,7 +436,7 @@ TEST_F(TransactionTest, FlushTest2) {
s = txn->Delete("S"); s = txn->Delete("S");
// Should fail after encountering a write to S in SST file // Should fail after encountering a write to S in SST file
fprintf(stderr, "%lu %s\n", n, s.ToString().c_str()); fprintf(stderr, "%" ROCKSDB_PRIszt " %s\n", n, s.ToString().c_str());
ASSERT_TRUE(s.IsBusy()); ASSERT_TRUE(s.IsBusy());
// Write a bunch of keys to db to force a compaction // Write a bunch of keys to db to force a compaction
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册