mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-17491 oci native driver: reverting 2 debug-like bits I left in previous commit
This commit is contained in:
parent
8b30c95332
commit
d3f9913a4f
@ -293,7 +293,6 @@ class oci_native_moodle_database extends moodle_database {
|
||||
AND TABLE_NAME LIKE '$prefix%' ESCAPE '\\'";
|
||||
$this->query_start($sql, null, SQL_QUERY_AUX);
|
||||
$stmt = $this->parse_query($sql);
|
||||
oci_num_fields($stmt);
|
||||
$result = oci_execute($stmt, $this->commit_status);
|
||||
$this->query_end($result, $stmt);
|
||||
$records = null;
|
||||
@ -654,7 +653,7 @@ class oci_native_moodle_database extends moodle_database {
|
||||
return true;
|
||||
}
|
||||
|
||||
protected function bind_params(&$stmt, array $params=null, $tablename=null) {
|
||||
protected function bind_params($stmt, array $params=null, $tablename=null) {
|
||||
$descriptors = array();
|
||||
if ($params) {
|
||||
$columns = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user