Skip to content

0.26.9

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 23:35

Merged PRs

dolt

  • 1832: ctx to WithFilters
  • 1831: --merges, --parents, --min-parents options for dolt log
  • 1828: Fixed #1824: Bug with adding index on merge
    Fixes #1824
  • 1827: Add test case for bytes parse bug
    Fixes #1818

go-mysql-server

  • 473: sql/analyzer: indexed_joins: Use indexes in more cases where join condition includes AND ... IS [NOT] NULL.
  • 472: Fixed a bug involving aliases in filter pushdown, and made partial pushdown of filter predicates possible
  • 471: sql/analyzer: Add support for using indexes in joins where ON condition includes top level OR clauses.
    This adds support for concatenating the results from two more index lookups against a subordinate table in order to find the rows matching a join condition structured as indexed_col = ... OR different_indexed_col = ....
  • 469: add ctx to WithFilters
  • 468: Parse empty bytes
    Fixes: #1818

Closed Issues