Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bumpCreated with
brew bump-formula-pr.release notes
This adds support for a new system table,
dolt_global_tables.It has the following schema:
table_name can be a pattern just like the entries in the
ignore_tablessystem table.target_ref and ref_table, if null, are treated as the current branch and the input table name.
Currently options must equal "immediate", which means that writes to a global table are seen immediately by other branches. The behavior is identical to writing to another branch via a fully qualified db name.
This only effects name resolution during queries, and not other ways to interact with branches. This means that these tables are invisible to system procedures such as
DOLT_ADD, just like if you tried to add a system table.I would love to have improved error messaging when using global tables with DOLT_ADD,
show tables, etc, but if the rest of the design is ready I can do that in a follow-up.go-mysql-server
Closed Issues
View the full release notes at https://github.com/dolthub/dolt/releases/tag/v1.59.18.