#442 closed defect (fixed)
psDBUpdateRows() & psDBDeleteRows() check affected row counts after a commit
| Reported by: | jhoblitt | Owned by: | |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | types | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It appears that mysql_commit() wipes out the affected row count of the previous
operation on the database.
Attachments (2)
Change History (7)
by , 21 years ago
| Attachment: | pslib-0.6-affected_rows.patch added |
|---|
comment:1 by , 21 years ago
| Owner: | changed from to |
|---|
comment:2 by , 21 years ago
| Priority: | high → highest |
|---|
by , 21 years ago
| Attachment: | pslib-0.6.0-affected_rows.patch added |
|---|
change psDBUpdateRows() & psDBDeleteRows() to check the affected row count before a commit
comment:3 by , 21 years ago
| attachments.isobsolete: | 0 → 1 |
|---|
comment:4 by , 21 years ago
| Owner: | changed from to |
|---|
comment:5 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Code checked in CVS main branch.
Note:
See TracTickets
for help on using tickets.

check affected row count before committing the transaction