forked from vitessio/vitess
-
Notifications
You must be signed in to change notification settings - Fork 6
V16.0.7 shopify 1 release #147
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
Closed
Closed
Conversation
This file contains hidden or 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
Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Sprinkle addPadding everywhere when comparing KeyRange Start/End values Implement support for PartialVindex usage Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com>
Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Address internal review comments Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Fix apparent bug in KeyRangeContiguous when a or b are full-range Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Add test for bug in comparing "0003" vs "000300" Signed-off-by: Hormoz Kheradmand <hormoz.kheradmand@shopify.com> Remove trailing zeroes in key.Normalize instead of adding padding Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Address review feedback; test formatting, comments, function naming Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Refactor tests for TestKeyRangesIntersect Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Rename KeyRangesIntersect to KeyRangeIntersect for consistency Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Remove unused KeyRangesOverlap function Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com> Rename KeyRangeIncludes to KeyRangeContainsKeyRange, clean up and add tests Signed-off-by: Jeremy Cole <jeremy.cole@shopify.com>
Signed-off-by: austenLacy <austenlacy@gmail.com>
Signed-off-by: Austen Lacy <austen.lacy@shopify.com> Co-authored-by: Austen Lacy <austen.lacy@shopify.com>
Closed
* purge old schema versions from memory in historian Signed-off-by: austenLacy <austenlacy@gmail.com> * fix vttablet arg e2e test Signed-off-by: Austen Lacy <austen.lacy@shopify.com> * only reassign historian schemas if necessary Signed-off-by: Austen Lacy <austen.lacy@shopify.com> * dont use from_unixtime in query because already in unix Signed-off-by: Austen Lacy <austen.lacy@shopify.com> --------- Signed-off-by: austenLacy <austenlacy@gmail.com> Signed-off-by: Austen Lacy <austen.lacy@shopify.com> Co-authored-by: Austen Lacy <austen.lacy@shopify.com>
…t-vindex Generate CachedSize function for Placement vindex
…sio#13065) (#107) Co-authored-by: Hormoz Kheradmand <hkdsun@users.noreply.github.com>
…ssio#13913) (#122) * Properly support ignore_nulls in CreateLookupVindex (vitessio#13913) Signed-off-by: Matt Lord <mattalord@gmail.com> * remove new vreplication tests that dont work with v15 Signed-off-by: Austen Lacy <austen.lacy@shopify.com> --------- Signed-off-by: Matt Lord <mattalord@gmail.com> Signed-off-by: Austen Lacy <austen.lacy@shopify.com> Co-authored-by: Matt Lord <mattalord@gmail.com> Co-authored-by: Austen Lacy <austen.lacy@shopify.com>
…ication status (vitessio#14436) (#128) Signed-off-by: Austen Lacy <austen.lacy@shopify.com> Co-authored-by: Austen Lacy <austen.lacy@shopify.com>
…r-id-error-with-consistent-lookup-vindexes Backport: Vindexes: Pass context in consistent lookup handleDup (vitessio#14653)
Run all relevant tests on all PRs
ad9e33b
to
8cc24fa
Compare
Closing in favour of #149 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes https://github.com/Shopify/vitess-project/issues/618