Commit 5db5874
committed
remove get affected rows check
In MySQL result, affected rows means the number of rows that get
updated, but not the number of matched rows. So this can't be use as an
indicator that if the rows actually exist.1 parent 50daf3d commit 5db5874
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
827 | | - | |
828 | | - | |
829 | 827 | | |
830 | 828 | | |
831 | 829 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
417 | 419 | | |
418 | 420 | | |
419 | 421 | | |
| |||
0 commit comments