This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alkin Tezuysal <[email protected]>
- Loading branch information
Showing
7 changed files
with
23 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Bug fixes | ||
### Cluster management | ||
* Port #8422 to 11.0 branch #8744 | ||
### Query Serving | ||
* Handle subquery merging with references correctly #8661 | ||
* onlineddl Executor: build schema with DBA user #8667 | ||
* Backport to 11: Fixing a panic in vtgate with OLAP mode #8746 | ||
* Backport into 11: default to primary tablet if not set in VStream api #8766 | ||
### VReplication | ||
* Refresh SrvVSchema after an ExternalizeVindex: was missing #8669 | ||
## CI/Build | ||
### Build/CI | ||
* Vitess Release 11.0.0 #8549 | ||
* Backport to 11: Updated Makefile do_release script to include godoc steps #8787 | ||
|
||
The release includes 18 commits (excluding merges) | ||
Thanks to all our contributors: @aquarapid, @askdba, @frouioui, @harshit-gangal, @rohit-nayak-ps, @shlomi-noach, @systay |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package servenv | ||
|
||
const versionName = "11.0.1-SNAPSHOT" | ||
const versionName = "11.0.1" |
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