MDL-51374 dml: simpledata to temp_tables cache
This commit is contained in:
+2
-1
@@ -280,6 +280,7 @@ $definitions = array(
|
||||
// Store temporary tables information.
|
||||
'temp_tables' => array(
|
||||
'mode' => cache_store::MODE_REQUEST,
|
||||
'simplekeys' => true
|
||||
'simplekeys' => true,
|
||||
'simpledata' => true
|
||||
)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user