Low_Priority Updates

2004-03-11 Thread Trevor Price
Mysqlians,

  Does a low_priority behave like a DELAYED for insert and return 
to the caller before the update has actually been executed?   If not are 
their plans for a DELAYED option with update?

Regards,

Trevor

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


Re: Low_Priority Updates

2004-03-11 Thread Sasha Pachev
Trevor Price wrote:
Mysqlians,

  Does a low_priority behave like a DELAYED for insert and return to 
the caller before the update has actually been executed?   If not are 
their plans for a DELAYED option with update?
No - low_priority means that if there is a lock contention for a table, the lock 
priority will go to other threads. As far as I know there are no plans for a 
delayed update.

--
Sasha Pachev
Create online surveys at http://www.surveyz.com/
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]