Commit Graph

11 Commits

Author SHA1 Message Date
胡玮文
f26cb1cee4 Merge e26f5a901a into 91bfcf3606 2025-05-22 09:55:04 +08:00
jojomanar
fe4b26a64f fix targetId parse in set-preferred-target-order (#230)
The actual type of targetId is uint64_t. In set-preferred-target-order cmd it is parsed as uint32_t. An error will be reported when using set-preferred-target-order cmd.
2025-04-04 12:13:22 +08:00
Ian Zhang
b68df2817b Fix naming typo getRecorderWithTag (#210) 2025-03-26 08:33:28 +08:00
胡玮文
e26f5a901a cli: reuse env KVEngine in dump-*
This allows us to issue multiple command in one process. The --fdb-cluster-file flag is removed to reuse the fdb config from config file.

Resolve the SIGFAULT if the specified fdb_cluster_file from flag does not exist.
2025-03-11 11:28:53 +08:00
A-transformer
93ab57be86 fix type (#66)
fix typo deprecated
2025-03-03 20:28:20 +08:00
Nugine
ab5aa89262 document MSRV (#59) 2025-03-03 16:28:13 +08:00
Lancer
f05d2bf8a7 typo fix (#57)
Co-authored-by: Lancer <maruixiang6688@gmail.com>
2025-03-03 16:11:10 +08:00
胡玮文
34612f3b4f explicit down cast (#46)
Newer clang does not allow down cast with brace initialization. Replace them with C-style cast.
2025-03-03 08:44:22 +08:00
胡玮文
165f09a7b4 add fmt:: namespace to distinguish from std::format_to (#43)
When compiled with new toolchain that implements std::format_to, it become
ambiguous on which one should be called. Due to argument-dependent lookup, even
if we are not `using namespace std;` the std version is still considered. So
let's add fmt:: to avoid ambiguous compilation error.
2025-03-03 08:07:52 +08:00
胡玮文
309a258ac2 add missing headers for new toolchain (#41)
These are necessary for compiling with Ubuntu 24.04 default toolchain/boost.
2025-03-03 07:57:02 +08:00
dev
815e55e4c0 Initial commit 2025-02-27 21:53:53 +08:00