forked from tikv/tikv
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FFI: add two empty implement FFI for compatibility (#361)
* FFI: add two empty implement FFI Signed-off-by: Lloyd-Pottiger <[email protected]> * add description Signed-off-by: Lloyd-Pottiger <[email protected]> * move into a struct Signed-off-by: Lloyd-Pottiger <[email protected]> * move to CloudStorageEngineInterfaces Signed-off-by: Lloyd-Pottiger <[email protected]> * fmt Signed-off-by: Lloyd-Pottiger <[email protected]> * update version Signed-off-by: Lloyd-Pottiger <[email protected]> * f Signed-off-by: Lloyd-Pottiger <[email protected]> * f Signed-off-by: Lloyd-Pottiger <[email protected]> * update version Signed-off-by: Lloyd-Pottiger <[email protected]> --------- Signed-off-by: Lloyd-Pottiger <[email protected]>
- Loading branch information
1 parent
04e2be4
commit 23baffc
Showing
5 changed files
with
49 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#pragma once | ||
#include <cstdint> | ||
namespace DB { constexpr uint64_t RAFT_STORE_PROXY_VERSION = 5455550920944837743ull; } | ||
namespace DB { constexpr uint64_t RAFT_STORE_PROXY_VERSION = 3560036848329077111ull; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters