]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16920 mysqli: refactored driver to use new query logging
authorskodak <skodak>
Tue, 4 Nov 2008 22:29:18 +0000 (22:29 +0000)
committerskodak <skodak>
Tue, 4 Nov 2008 22:29:18 +0000 (22:29 +0000)
lib/dml/mysqli_native_moodle_database.php

index c0701d3b1459fcd7cd741bf8d575c7e4fcc11651..acb85928dc90f52095f5bff81e0b80e7b54625a8 100644 (file)
@@ -137,7 +137,6 @@ class mysqli_native_moodle_database extends moodle_database {
      * @return array of table names in lowercase and without prefix
      */
     public function get_tables() {
-        $this->reads++;
         $tables = array();
         $sql = "SHOW TABLES";
         $this->query_start($sql, null, SQL_QUERY_AUX);