Commit 5e5f4dc
Merge #159011
159011: sql: fix nil panic when KV external send request fails r=yuzefovich,michae2 a=kev-cao
This fixes a critical bug where a KV external send request will encounter a nil pointer exception if the transaction fails.
Fixes: #158782
Release note: None
Co-authored-by: Kevin Cao <[email protected]>1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | 341 | | |
346 | 342 | | |
347 | 343 | | |
348 | 344 | | |
349 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
350 | 353 | | |
351 | 354 | | |
352 | 355 | | |
| |||
0 commit comments