Campbell writes:
> Hi,
> 
> a snippet from a session on a linux box running standard mysql client (2.23.33):
> 
> mysql> update members_p set newscode='1' where ID='640103502408';
> Query OK, 0 rows affected (0.00 sec)
> 
> mysql> update members_p set newscode='1' where ID='640103502408';
> Query OK, 1 row affected (0.01 sec)
> 
> All I did for the second update command, was press "up, enter".  Why did
> the first command return 0 rows affected?  Anyone seen this before/know if
> it is the client or the server causing it?
> 
> thanks,
> 
> -- Campbell

It was a bug fixed long time ago.

-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com


---------------------------------------------------------------------
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