mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-14990 implemented query loggin in new native DML drivers
This commit is contained in:
parent
b68bff82c9
commit
b4154c2d64
9 changed files with 105 additions and 36 deletions
|
@ -130,6 +130,11 @@ abstract class adodb_moodle_database extends moodle_database {
|
|||
}
|
||||
}
|
||||
|
||||
public function query_log($error=false) {
|
||||
// no logging for obsoleted adodb - it would require a lot more fixing
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns database server info array
|
||||
* @return array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue