Re: About NoWait of MySql

2009-10-14 Thread Raj Shekhar
門田 祐輔 indexweb.co.jp> writes: > 1. Does MySQL have lock option like Oracle's nowait or alternative way. >acctually I'd not like to use innodb_lock_wait_timeout configuration. >for some reasons... I think that non-blocking queries are not supported by mysql driver natively. -- MySQ

About NoWait of MySql

2009-10-08 Thread 門田 祐輔
Hi, MySQL Developers I'm a beginner of MySQL, and so I'm in a trobble. in MySQL 5.0.45 and acctually, I'm trying to migration my application from Oracle to MySQL I'd like to use nowait option (of Oracle) in MySQL when locking one record. but I could not find nowait oitpin in MySQL. so I have som