Changeset 5876 for temp/trunk/data/class
- Timestamp:
- 2006/09/26 13:07:22 (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
r5875 r5876 40 40 function commit() { 41 41 $this->conn->query("COMMIT"); 42 $this->conn->query("SET AUTOCOMMIT=1;");42 // $this->conn->query("SET AUTOCOMMIT=1;"); 43 43 } 44 44 … … 51 51 function rollback() { 52 52 $this->conn->query("ROLLBACK"); 53 $this->conn->query("SET AUTOCOMMIT=1;");53 // $this->conn->query("SET AUTOCOMMIT=1;"); 54 54 } 55 55
Note: See TracChangeset
for help on using the changeset viewer.
