mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-51374 dml: simpledata to temp_tables cache
This commit is contained in:
parent
0758e02e84
commit
f18561a2e2
@ -280,6 +280,7 @@ $definitions = array(
|
||||
// Store temporary tables information.
|
||||
'temp_tables' => array(
|
||||
'mode' => cache_store::MODE_REQUEST,
|
||||
'simplekeys' => true
|
||||
'simplekeys' => true,
|
||||
'simpledata' => true
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user