Commit b9ddf79
committed
sql: remove now-stale growstack for internal executor
As of 4a5c503, we now grow stack
unconditionally for all async tasks. Some time ago we added an ability
to growstack in the async task of the internal executor when used in the
LDR, and now that has become redundant, so we remove this special case.
Release note: None1 parent 99e7c38 commit b9ddf79
File tree
4 files changed
+1
-17
lines changed- pkg
- crosscluster/logical
- sql
- sessiondata
4 files changed
+1
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | 410 | | |
415 | 411 | | |
416 | 412 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
578 | | - | |
579 | 578 | | |
580 | 579 | | |
581 | 580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
223 | 222 | | |
224 | 223 | | |
225 | 224 | | |
226 | | - | |
227 | 225 | | |
228 | 226 | | |
229 | 227 | | |
| |||
251 | 249 | | |
252 | 250 | | |
253 | 251 | | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 252 | | |
260 | 253 | | |
261 | 254 | | |
| |||
1196 | 1189 | | |
1197 | 1190 | | |
1198 | 1191 | | |
1199 | | - | |
1200 | 1192 | | |
1201 | 1193 | | |
1202 | 1194 | | |
| |||
1308 | 1300 | | |
1309 | 1301 | | |
1310 | 1302 | | |
1311 | | - | |
| 1303 | + | |
1312 | 1304 | | |
1313 | 1305 | | |
1314 | 1306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 82 | | |
86 | 83 | | |
87 | 84 | | |
| |||
0 commit comments