List:MySQL and Perl« Previous MessageNext Message »
From:Tim Bunce Date:May 9 2011 7:08pm
Subject:Re: DBD::mysql 4.019 Released
View as plain text  
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.
Thread
DBD::mysql 4.019 ReleasedPatrick Galbraith9 May
  • Re: DBD::mysql 4.019 ReleasedTim Bunce9 May
  • Re: DBD::mysql 4.019 ReleasedCurtis Jewell11 May