Changeset 84
- Timestamp:
- 02/09/08 06:41:28 (10 months ago)
- Files:
-
- trunk/dbi/mysql/MysqlPreparedStatement.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dbi/mysql/MysqlPreparedStatement.d
r82 r84 380 380 { 381 381 mysql_stmt_close(stmt); 382 stmt = null; 382 383 } 383 384
