Commit cbafb53
committed
sql: deprecate
Trimmed the `SCRUB` implementation down to a notice directing users to
the `INSPECT` command. The `pkg/sql/scrub` errors package is left intact
as it's still used in a number of other packages.
A test helper is updated to use `INSPECT` and `SHOW INSPECT ERRORS`
commands.
Fixes: cockroachdb#148274
Epic: CRDB-55075
Release note (sql change): The `EXPERIMENTAL SCRUB` command is
deprecated. The `INSPECT` command should be used for data consistency
validation.SCRUB command1 parent 78edad0 commit cbafb53
File tree
26 files changed
+53
-2949
lines changed- pkg
- ccl/partitionccl
- sql
- logictest/testdata/logic_test
- pgwire
- scrub
- scrubtestutils
- sessiondatapb
- sessionmutator
- testutils/sqlutils
26 files changed
+53
-2949
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2310 | 2310 | | |
2311 | 2311 | | |
2312 | 2312 | | |
2313 | | - | |
2314 | 2313 | | |
2315 | 2314 | | |
2316 | 2315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | 71 | | |
76 | 72 | | |
77 | 73 | | |
| |||
0 commit comments