MDL-51374 dml: simpledata to temp_tables cache

This commit is contained in:
David Monllao 2016-03-16 13:43:36 +08:00
parent 0758e02e84
commit f18561a2e2

View File

@ -280,6 +280,7 @@ $definitions = array(
// Store temporary tables information.
'temp_tables' => array(
'mode' => cache_store::MODE_REQUEST,
'simplekeys' => true
'simplekeys' => true,
'simpledata' => true
)
);