From f18561a2e252d4f7793481a40249e6da07d99aa6 Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 16 Mar 2016 13:43:36 +0800 Subject: [PATCH] MDL-51374 dml: simpledata to temp_tables cache --- lib/db/caches.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/db/caches.php b/lib/db/caches.php index f5bbb401b6f..6dbdc1e2fba 100644 --- a/lib/db/caches.php +++ b/lib/db/caches.php @@ -280,6 +280,7 @@ $definitions = array( // Store temporary tables information. 'temp_tables' => array( 'mode' => cache_store::MODE_REQUEST, - 'simplekeys' => true + 'simplekeys' => true, + 'simpledata' => true ) );