These two queries were execute one after the other.  I am the only one
who updates this table.  I have seen this happen before, and people have
said that perhaps it's a problem with softupdate.  I haven't been able
to address it.

I am on FreeBSD 4.2 FreeBSD 3.23.35

There is quite a bit of load on the machine, but that table is not user
updateable (except by me :-)).  Anyone see this problem before?


-----------------
mysql> update tblZips set szURL =
'/cgi-bin/showPage.cgi?szNextPage=placead.html&szAction=NEW&szURL=MI2'
where szURL = '/cgi-bin/index.cgi?url=MI2&szAction=goto+site';
Query OK, 0 rows affected (0.09 sec)


mysql> update tblZips set szURL =
'/cgi-bin/showPage.cgi?szNextPage=placead.html&szAction=NEW&szURL=MI2'
where szURL = '/cgi-bin/index.cgi?url=MI2&szAction=goto+site';
Query OK, 58 rows affected (2.43 sec)


----------------


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to