Commit 51a6a4c
committed
sql: improve stmt bundles a bit
This commit addresses two minor issues around the stmt bundles:
- previously, we would always include the value of
`direct_columnar_scans_enabled` session variable even when it's not
changed from the default. This was a bug where we overrode the value of
`skip` boolean based on whether crdb_test build tag was set.
- it also hardens `debug sb recreate` command to ignore
`cluster.preserve_downgrade_option` if it's set - it has no effect on
the execution, yet it can break recreation on a new enough binary.
Release note: None1 parent 1e2f0e2 commit 51a6a4c
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
182 | 188 | | |
183 | 189 | | |
184 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1132 | 1132 | | |
1133 | 1133 | | |
1134 | 1134 | | |
1135 | | - | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
1136 | 1138 | | |
1137 | 1139 | | |
1138 | 1140 | | |
| |||
0 commit comments