Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
shuke987 committed Jun 10, 2022
1 parent 15440f4 commit 943cd4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbms/src/Storages/Transaction/PDTiKVClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
#include <pingcap/pd/IClient.h>
#pragma GCC diagnostic pop

#include <atomic>
#include <Core/Types.h>
#include <Storages/Transaction/Types.h>
#include <common/logger_useful.h>

#include <atomic>

// We define a shared ptr here, because TMTContext / SchemaSyncer / IndexReader all need to
// `share` the resource of cluster.
using KVClusterPtr = std::shared_ptr<pingcap::kv::Cluster>;
Expand Down

0 comments on commit 943cd4b

Please sign in to comment.