Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheLin committed Jul 6, 2024
1 parent 446513a commit 6016504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dbms/src/Storages/StorageDeltaMerge.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ struct CheckpointInfo;
using CheckpointInfoPtr = std::shared_ptr<CheckpointInfo>;
struct CheckpointIngestInfo;
using CheckpointIngestInfoPtr = std::shared_ptr<CheckpointIngestInfo>;
class MockStorage;

namespace DM
{
struct RowKeyRange;
Expand Down Expand Up @@ -301,6 +303,8 @@ class StorageDeltaMerge
Context & global_context;

LoggerPtr log;

friend class MockStorage;
};


Expand Down

0 comments on commit 6016504

Please sign in to comment.