Changeset 5875 for temp/trunk/data/class/SC_Query.php
- Timestamp:
- 2006/09/26 13:07:15 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Query.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r5874 r5875 45 45 function begin() { 46 46 // $this->conn->query("BEGIN"); 47 $this->conn->query("SET AUTOCOMMIT=0;");47 // $this->conn->query("SET AUTOCOMMIT=0;"); 48 48 $this->conn->query("START TRANSACTION;"); 49 49 } … … 52 52 $this->conn->query("ROLLBACK"); 53 53 $this->conn->query("SET AUTOCOMMIT=1;"); 54 sfprintr("roll back");55 54 } 56 55
Note: See TracChangeset
for help on using the changeset viewer.
