On Mon, May 09, 2011 at 02:24:21PM -0400, Patrick Galbraith wrote:
> 
> You can make a single asynchronous query per MySQL connection; this
> allows you to submit a long-running query to the server and have an
> event loop inform you when it’s ready.

That's great, but...

> An asynchronous query is started by either
> setting the ‘async’ attribute to a true value

... that should be 'mysql_async'. I.e., the name of the driver-private
attribute should include the drivers prefix.

Please add mysql_async and deprecate async in the next release.

Tim.

Reply via email to