fix print tx data table core

This commit is contained in:
ZenoWang 2024-10-12 06:11:17 +00:00 committed by ob-robot
parent 25ae675abd
commit d677a55f44

View File

@ -77,7 +77,7 @@ public:
memtable_handles_.reset();
}
TO_STRING_KV(K(memtable_head_), K(memtable_tail_), K(memtable_handles_));
TO_STRING_KV(KP(this), K(memtable_head_), K(memtable_tail_));
};