summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_db.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-19 14:36:47 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-03-19 14:36:47 +0000
commitd67ae964271d456078588faac196ebf7111305aa (patch)
treef0b34d2c71f6e7ca7a29448dd9fdbf82060aa986 /roundcubemail/program/include/rcube_db.inc
parent75a9dc2c55781a4428b00a00ee815beb6bf47bd4 (diff)
Enable SQL logging (set 'sql_debug' config param to true); Switch to emulated prepare mode for better performance
git-svn-id: https://svn.roundcube.net/trunk@1194 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_db.inc')
-rw-r--r--roundcubemail/program/include/rcube_db.inc12
1 files changed, 11 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_db.inc b/roundcubemail/program/include/rcube_db.inc
index 4c3e9fc62..63c6759b9 100644
--- a/roundcubemail/program/include/rcube_db.inc
+++ b/roundcubemail/program/include/rcube_db.inc
@@ -153,8 +153,18 @@ class rcube_db
$this->db_handle = $this->dsn_connect($dsn);
$this->db_connected = $this->db_handle ? TRUE : FALSE;
}
+
+
+ /**
+ * Activate/deactivate debug mode
+ * (not implemented)
+ */
+ function set_debug($dbg = true)
+ {
-
+ }
+
+
/**
* Getter for error state
*