Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed May 29, 2023
1 parent 58edaaa commit 169f6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/Transaction/RegionTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class RegionTable : private boost::noncopyable

FlushThresholds flush_thresholds;

Context * context;
Context * const context;

mutable std::mutex mutex;
mutable std::shared_mutex rw_lock;
Expand Down

0 comments on commit 169f6ab

Please sign in to comment.