Skip to content

Commit

Permalink
update proxy of master to raftstore-proxy (pingcap#6222)
Browse files Browse the repository at this point in the history
ref pingcap#4982

Signed-off-by: CalvinNeo <[email protected]>
  • Loading branch information
CalvinNeo committed Nov 4, 2022
1 parent d2da524 commit 676ef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/tiflash-proxy
Submodule tiflash-proxy updated 45 files
+114 −452 Cargo.lock
+72 −338 Cargo.toml
+14 −10 ci_check.sh
+3 −0 cmd/tikv-ctl/build.rs
+3 −0 cmd/tikv-server/build.rs
+0 −13 components/raftstore-proxy/Cargo.toml
+0 −7 components/raftstore-proxy/ffi/format.sh
+0 −3 components/raftstore-proxy/ffi/src/RaftStoreProxyFFI/@version
+0 −11 components/raftstore-proxy/ffi/src/RaftStoreProxyFFI/ColumnFamily.h
+0 −12 components/raftstore-proxy/ffi/src/RaftStoreProxyFFI/Common.h
+0 −26 components/raftstore-proxy/ffi/src/RaftStoreProxyFFI/EncryptionFFI.h
+0 −213 components/raftstore-proxy/ffi/src/RaftStoreProxyFFI/ProxyFFI.h
+0 −9 components/raftstore-proxy/ffi/src/RaftStoreProxyFFI/VersionCheck.h
+0 −19 components/raftstore-proxy/src/lib.rs
+23 −24 engine_store_ffi/Cargo.toml
+0 −0 engine_store_ffi/src/interfaces.rs
+0 −0 engine_store_ffi/src/lib.rs
+0 −0 engine_store_ffi/src/lock_cf_reader.rs
+0 −0 engine_store_ffi/src/observer.rs
+0 −0 engine_store_ffi/src/read_index_helper.rs
+0 −0 engine_store_ffi/src/utils.rs
+14 −14 engine_tiflash/Cargo.toml
+1 −4 gen-proxy-ffi/Cargo.toml
+1 −4 gen-proxy-ffi/src/lib.rs
+26 −26 new-mock-engine-store/Cargo.toml
+28 −29 proxy_server/Cargo.toml
+36 −7 proxy_server/src/config.rs
+0 −0 proxy_server/src/hacked_lock_mgr.rs
+0 −0 proxy_server/src/lib.rs
+0 −12 proxy_server/src/proxy.rs
+0 −1 proxy_server/src/run.rs
+15 −0 proxy_server/src/setup.rs
+0 −0 proxy_server/src/status_server.rs
+0 −0 proxy_server/src/util.rs
+2 −0 proxy_tests/proxy/flashback.rs
+67 −4 proxy_tests/proxy/normal.rs
+29 −1 raftstore-proxy/Cargo.toml
+1 −4 src/server/config.rs
+0 −167 tests/proxy/flashback.rs
+0 −2 tests/proxy/ingest.rs
+0 −14 tests/proxy/mod.rs
+0 −1,975 tests/proxy/normal.rs
+0 −391 tests/proxy/proxy.rs
+0 −101 tests/proxy/server_cluster_test.rs
+0 −1 tests/proxy/util.rs

0 comments on commit 676ef5b

Please sign in to comment.