-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
65633: log: create crdb-v2 log entry parser and integrate it into debug merge-logs r=knz,ajwerner a=cameronnunez Fixes [#65504](#65504). The crdb-v2 log file format is not recognized by some tools like debug merge-logs. This is makes it difficult/impossible to merge log files properly. This patch creates a new parser and integrates it into debug merge-logs. Release note (cli change): the tool debug merge-logs is now able to recognize crdb-v2 formatted log files. 66001: sql: re-enable flaky show_trace_nonmetamorphic test r=cucaroach a=cucaroach Cleanup some commented out tests Resolves #58202 Release note: none 67198: sql: support expression indexes in CREATE TABLE ... LIKE r=mgartner a=mgartner This commit adds support for copying table's with expression indexes with a `CREATE TABLE ... LIKE` statement. There is no release note because expression-based indexes are not enabled by default. They require the experimental_enable_expression_indexes session setting until they are fully supported. Release note: None Co-authored-by: Cameron Nunez <[email protected]> Co-authored-by: Tommy Reilly <[email protected]> Co-authored-by: Marcus Gartner <[email protected]>
- Loading branch information
Showing
82 changed files
with
1,385 additions
and
267 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.