mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-39725_analyze' of https://github.com/mr-russ/moodle
Conflicts: lib/dml/moodle_database.php
This commit is contained in:
commit
9d771f9529
5 changed files with 48 additions and 4 deletions
|
@ -2172,6 +2172,15 @@ abstract class moodle_database {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Analyze the data in temporary tables to force statistics collection after bulk data loads.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function update_temp_table_stats() {
|
||||
$this->temptables->update_stats();
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks and returns true if transactions are supported.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue