br: Fix new collaction enable check (#33500)
* add glue to get global variables
Showing
+210 -3
... | ... | @@ -47,7 +47,7 @@ require ( |
github.com/pingcap/errors v0.11.5-0.20211224045212-9687c2b0f87c | ||
github.com/pingcap/failpoint v0.0.0-20220303073211-00fea37feb66 | ||
github.com/pingcap/fn v0.0.0-20200306044125-d5540d389059 | ||
github.com/pingcap/kvproto v0.0.0-20220314103629-10e688307221 | ||
github.com/pingcap/kvproto v0.0.0-20220328072018-6e75c12dbd73 | ||
github.com/pingcap/log v0.0.0-20211215031037-e024ba4eb0ee | ||
github.com/pingcap/sysutil v0.0.0-20220114020952-ea68d2dbf5b4 | ||
github.com/pingcap/tidb/parser v0.0.0-20211011031125-9b13dc409c5e | ||
... | ... |
Please register or sign in to comment