Commit c70da75
sql: fix hint injection for EXPLAIN ANALYZE
Fixes: #161264
Release note (bug fix): Fix a bug in which inline-hints rewrite rules
created with `information_schema.crdb_rewrite_inline_hints` were not
correctly applied to statements run with `EXPLAIN ANALYZE`. This bug
was introduced in version v26.1.0-alpha.2 and is now fixed.1 parent 5e5112d commit c70da75
File tree
3 files changed
+845
-14
lines changed- pkg/sql
- logictest/testdata/logic_test
- opt/exec/execbuilder/testdata
3 files changed
+845
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
534 | 537 | | |
535 | 538 | | |
536 | 539 | | |
| |||
1433 | 1436 | | |
1434 | 1437 | | |
1435 | 1438 | | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
1436 | 1442 | | |
1437 | 1443 | | |
1438 | 1444 | | |
| |||
0 commit comments