File tree
7 files changed
+56
-3
lines changed- contrib
- dbms/src
- Interpreters
- Server
- Storages
7 files changed
+56
-3
lines changedDiff for: contrib/client-c
- OWNERS+79
- cmake/find_grpc.cmake+1
- include/pingcap/RedactHelpers.h+2-1
- include/pingcap/coprocessor/Client.h+1-1
- include/pingcap/kv/RegionCache.h+2-2
- include/pingcap/kv/RegionClient.h+5-3
- src/coprocessor/Client.cc+28-18
- src/kv/RegionCache.cc+25-2
- src/test/batch_coprocessor_test.cc+43
- src/test/lock_resolve_test.cc+1-1
Diff for: dbms/src/Interpreters/Context.cpp
+45
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
192 | 192 |
| |
193 | 193 |
| |
194 | 194 |
| |
| 195 | + | |
| 196 | + | |
195 | 197 |
| |
196 | 198 |
| |
197 | 199 |
| |
| |||
2264 | 2266 |
| |
2265 | 2267 |
| |
2266 | 2268 |
| |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
| 2276 | + | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
| 2303 | + | |
| 2304 | + | |
| 2305 | + | |
| 2306 | + | |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
| 2310 | + | |
2267 | 2311 |
| |
2268 | 2312 |
| |
2269 | 2313 |
| |
| |||
2297 | 2341 |
| |
2298 | 2342 |
| |
2299 | 2343 |
| |
| 2344 | + | |
2300 | 2345 |
|
Diff for: dbms/src/Interpreters/Context.h
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
569 | 569 |
| |
570 | 570 |
| |
571 | 571 |
| |
| 572 | + | |
| 573 | + | |
| 574 | + | |
572 | 575 |
| |
573 | 576 |
| |
574 | 577 |
| |
|
Diff for: dbms/src/Interpreters/Settings.h
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
| |||
251 | 252 |
| |
252 | 253 |
| |
253 | 254 |
| |
254 |
| - | |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
|
Diff for: dbms/src/Interpreters/SettingsCommon.h
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
| 845 | + | |
845 | 846 |
| |
846 | 847 |
| |
847 | 848 |
| |
|
Diff for: dbms/src/Server/Server.cpp
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1560 | 1560 |
| |
1561 | 1561 |
| |
1562 | 1562 |
| |
| 1563 | + | |
| 1564 | + | |
| 1565 | + | |
1563 | 1566 |
| |
1564 | 1567 |
| |
1565 | 1568 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
| 182 | + | |
182 | 183 |
| |
183 | 184 |
| |
184 | 185 |
| |
|
0 commit comments