-
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.
Browse files
Browse the repository at this point in the history
75447: storage: fix `EngineComparer` ordering of bare suffixes r=jbowens a=erikgrinaker For generalized range key support, Pebble now requires bare key suffixes to be comparable with the same ordering as if they had a common user key prefix (see [cockroachdb/pebble#08c5d46c75722b9527c360ca1e7069c0d2286e59](cockroachdb/pebble@08c5d46)). This patch modifies `EngineComparer` to satisfy that requirement. Previously, such suffixes would sort in ascending timestamp order rather than the correct descending order. Release note: None 75462: pgwire: fix a flake in TestAuthenticationAndHBARules r=cameronnunez a=knz Fixes #75286. The regexp was sometimes capturing the conn_end event from the previous test directive. Release note: None 75470: ui: remove `$ internal` from apps filter option r=maryliag a=maryliag Previously, we had the option `$ internal` on the list of Apps on filters of both Statement and Transaction pages. We're making a change to not return internal filters anymore, so this commit remove that option from the filter, since it will always results on a blank table. Release note (ui change): Remove `$ internal` as one of the apps option under the Statements and Transactions page filters. 75473: ui: fix 3rd click on sorting table column r=maryliag a=maryliag Previously, when a user clicked the 3rd time on the same column, the page was crashing (Only happening on Statement and Transaction pages). This would happen because on those two pages we need to update when we switch tabs, and the value of sort being set to null was causing the componentDidUpdate being called constantly. Since we always have a sort happening on the table, this commit removes the 3rd option of blank selection. This commit also updates the Session tab to be properly updating the query params when the tab is switched. Fixes #74440 Release note (bug fix): Fix SQL Activity pages crashing when a column was sorted by the 3rd time. 75476: sql: remove KeyToDescTranslator r=RaduBerinde a=RaduBerinde This interface was only useful with interleaved tables. Release note: None Co-authored-by: Erik Grinaker <[email protected]> Co-authored-by: Raphael 'kena' Poss <[email protected]> Co-authored-by: Marylia Gutierrez <[email protected]> Co-authored-by: Radu Berinde <[email protected]>
- Loading branch information
Showing
12 changed files
with
105 additions
and
122 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
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
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
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
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
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