MySQL returns zero on an update when no values change. We would insert on an rv...
authorkhoff <khoff>
Thu, 24 Apr 2003 18:46:36 +0000 (18:46 +0000)
committerkhoff <khoff>
Thu, 24 Apr 2003 18:46:36 +0000 (18:46 +0000)
commitcc6317796afe74fd6dcbc4712abfcb09ff199598
treef34acd63ada5fc04365a3277e128d302b12d8460
parentfdf62da26a4a9127fd43f359163f231a89bc692d
MySQL returns zero on an update when no values change.  We would insert on an rv of zero, so now we select count(*)... instead of relying on the rv of the update.
FS/FS/part_export/sqlmail.pm