On Sun, Aug 26, 2001 at 11:52:15PM +0200, Boaz Yahav wrote:
> Does mysql have something like NO LOCK?
> 
> SELECT * FROM mytable WHERE myfield='xyz' NO LOCK

By default, no.  But if you use InnoDB tables in MySQL, you'll get
non-locking SELECTS, which is probably what you're looking for.  See
the docs at http://www.mysql.com/doc/ for more info.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 9 days, processed 116,548,581 queries (141/sec. avg)

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