Changeset 1338
- Timestamp:
- 11/03/09 05:04:24 (4 weeks ago)
- Location:
- trunk/server
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
lib/MogileFS/Store.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/CHANGES
r1336 r1338 1 * Close possibly invalid DB connections as we go out of scope 2 (victori). 3 1 4 2009-10-18: Release version 2.32 2 5 -
trunk/server/lib/MogileFS/Store.pm
r1329 r1338 261 261 PrintError => 0, 262 262 AutoCommit => 1, 263 InactiveDestroy => 1, 263 264 # FUTURE: will default to on (have to validate all callers first): 264 265 RaiseError => ($self->{raise_errors} || 0),
