Files
MaxScale/Documentation
Johan Wikman f52a0acbbe MXS-1474 Document and act in the same way
From the documentation:

   * `never`: When there is an active transaction, no data will be returned
     from the cache, but all requests will always be sent to the backend.
     The cache will be populated inside _explicitly_ read-only transactions.
     Inside transactions that are not explicitly read-only, the cache will
     be populated _until_ the first non-SELECT statement.
   * `read_only_transactions`: The cache will be used and populated inside
     _explicitly_ read-only transactions. Inside transactions that are not
     explicitly read-only, the cache will be populated, but not used
     _until_ the first non-SELECT statement.
   * `all_transactions`: The cache will be used and populated inside
     _explicitly_ read-only transactions. Inside transactions that are not
     explicitly read-only, the cache will be used and populated _until_ the
     first non-SELECT statement.
2017-10-31 10:58:03 +02:00
..
2017-09-18 13:12:17 +03:00
2017-05-18 15:58:23 +03:00
2017-10-09 13:12:30 +03:00
2017-10-23 19:37:24 +03:00
2017-09-27 13:04:14 +03:00
2017-10-19 11:40:21 +03:00
2017-06-01 19:39:41 +03:00
2015-03-24 07:33:51 +02:00
2017-10-30 11:01:19 +02:00
2015-03-24 07:33:51 +02:00
2017-10-05 14:11:36 +03:00