~ubuntu-branches/ubuntu/trusty/moodle/trusty

« back to all changes in this revision

Viewing changes to lib/dml/moodle_database.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-01-21 13:40:52 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140121134052-ym2qvsp2cd9vq0p6
Tags: 2.5.4-1
* New upstream release, fixing security issues:
  - MSA-14-0001 Config passwords visibility issue [CVE-2014-0008]
  - MSA-14-0002 Group constraints lacking in "login as" [CVE-2014-0009]
  - MSA-14-0003 CSRF vulnerability in profile fields [CVE-2014-0010]
* Move /var/lib/moodle directory into package.
* Revert back to bundled yui3. Unfortunately, version in Debian and
  of upstream are not compatible (closes: #735312).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2109
2109
    }
2110
2110
 
2111
2111
    /**
 
2112
     * Analyze the data in temporary tables to force statistics collection after bulk data loads.
 
2113
     *
 
2114
     * @return void
 
2115
     */
 
2116
    public function update_temp_table_stats() {
 
2117
        $this->temptables->update_stats();
 
2118
    }
 
2119
 
 
2120
    /**
2112
2121
     * Checks and returns true if transactions are supported.
2113
2122
     *
2114
2123
     * It is not responsible to run productions servers