• E
    Fix query cache for multiple connections · aec635dc
    Eileen Uchitelle 提交于
    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.
    aec635dc
query_cache_test.rb 17.2 KB