Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.0.2 Release Notes #6776

Merged
merged 1 commit into from
Sep 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/releasenotes/7_0_2_release_notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This update fixes several regressions that were deemed significant enough to be backported to the release branch.

## Bugs Fixed

* vtgate : Operator precedence must take associativity into consideration #6764
* vtgate: Fix reserved connection in autocommit mode on DML #6748
* vDiff: fix panic for tables with a unicode_loose_md5 vindex #6745
* vttablet: Turn off schema tracker by default #6746
* restore: Do not change tablet type to RESTORE if not actually performing a restore #6687
* vttablet : Tablet manager init should publish displayState #6686
* vttablet: Tablet manager add more logging to checkMastership #6685
* vttablet : Fix replmanager deadlock #6634