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

Part 5: Multi db improvements, Fix query cache for multiple connections #34491

Merged
merged 1 commit into from
Nov 21, 2018

Conversation

eileencodes
Copy link
Member

Currently the query cache is only aware of one handler so once we added
multiple databases switching on the handler we broke query cache for
those reading connections.

While #34054 is the proper fix, that fix is not straight forward and I
want to make sure that the query cache isn't just broken for all other
connections not in the main handler.

cc/ @rafaelfranca @matthewd @tenderlove

@eileencodes eileencodes added this to the 6.0.0 milestone Nov 20, 2018
@eileencodes eileencodes changed the title Update query cache for all handlers Fix query cache for multiple connections Nov 20, 2018
@eileencodes eileencodes force-pushed the fix-query-cache-on-multiple-connections branch from 63e41e2 to ddd5a41 Compare November 20, 2018 13:21
@eileencodes eileencodes self-assigned this Nov 20, 2018
Currently the query cache is only aware of one handler so once we added
multiple databases switching on the handler we broke query cache for
those reading connections.

While #34054 is the proper fix, that fix is not straight forward and I
want to make sure that the query cache isn't just broken for all other
connections not in the main handler.
@eileencodes eileencodes force-pushed the fix-query-cache-on-multiple-connections branch from ddd5a41 to aec635d Compare November 20, 2018 22:54
@eileencodes eileencodes merged commit 536a190 into master Nov 21, 2018
@eileencodes eileencodes deleted the fix-query-cache-on-multiple-connections branch November 21, 2018 12:59
@eileencodes eileencodes changed the title Fix query cache for multiple connections Part 5: Multi db improvements, Fix query cache for multiple connections Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants