Commit d697cd4
committed
sql: add grammar for SHOW INSPECT ERRORS command
The command is added to view the results of data consistency validation
jobs.
This new statement requires new SQL grammar.
The grammar is added in this change and the implementations will be
added in future PRs.
Epic: CRDB-30356
Part of: #148272
Release note (sql change): Introduces the `SHOW INSPECT ERRORS`
statement that is unimplemented.1 parent 3f6cb7a commit d697cd4
File tree
36 files changed
+420
-44
lines changed- docs/generated/sql/bnf
- pkg
- ccl/logictestccl/tests
- 3node-tenant
- local-read-committed
- local-repeatable-read
- gen
- sql
- delegate
- lexbase
- logictest
- testdata/logic_test
- tests
- fakedist-disk
- fakedist-vec-off
- fakedist
- local-legacy-schema-changer
- local-mixed-25.2
- local-mixed-25.3
- local-prepared
- local-vec-off
- local
- parser
- testdata
- sem/tree
- sqltelemetry
36 files changed
+420
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| 331 | + | |
331 | 332 | | |
332 | 333 | | |
333 | 334 | | |
| |||
527 | 528 | | |
528 | 529 | | |
529 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
530 | 535 | | |
531 | 536 | | |
532 | 537 | | |
| |||
642 | 647 | | |
643 | 648 | | |
644 | 649 | | |
645 | | - | |
| 650 | + | |
646 | 651 | | |
647 | 652 | | |
648 | 653 | | |
| |||
998 | 1003 | | |
999 | 1004 | | |
1000 | 1005 | | |
1001 | | - | |
| 1006 | + | |
1002 | 1007 | | |
1003 | 1008 | | |
1004 | 1009 | | |
| |||
1043 | 1048 | | |
1044 | 1049 | | |
1045 | 1050 | | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
1046 | 1054 | | |
1047 | 1055 | | |
1048 | 1056 | | |
| |||
1201 | 1209 | | |
1202 | 1210 | | |
1203 | 1211 | | |
| 1212 | + | |
1204 | 1213 | | |
1205 | 1214 | | |
1206 | 1215 | | |
| |||
1459 | 1468 | | |
1460 | 1469 | | |
1461 | 1470 | | |
| 1471 | + | |
1462 | 1472 | | |
1463 | 1473 | | |
1464 | 1474 | | |
| |||
2214 | 2224 | | |
2215 | 2225 | | |
2216 | 2226 | | |
| 2227 | + | |
| 2228 | + | |
| 2229 | + | |
| 2230 | + | |
| 2231 | + | |
| 2232 | + | |
| 2233 | + | |
| 2234 | + | |
| 2235 | + | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
2217 | 2239 | | |
2218 | 2240 | | |
2219 | 2241 | | |
| |||
4111 | 4133 | | |
4112 | 4134 | | |
4113 | 4135 | | |
| 4136 | + | |
4114 | 4137 | | |
4115 | 4138 | | |
4116 | 4139 | | |
| |||
4421 | 4444 | | |
4422 | 4445 | | |
4423 | 4446 | | |
| 4447 | + | |
4424 | 4448 | | |
4425 | 4449 | | |
4426 | 4450 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments