ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro-Mysql/Mysql.pm
(Generate patch)

Comparing Coro-Mysql/Mysql.pm (file contents):
Revision 1.14 by root, Thu Oct 11 03:21:49 2012 UTC vs.
Revision 1.15 by root, Fri Aug 2 04:08:56 2013 UTC

145 if (AnyEvent::detect ne "AnyEvent::Impl::EV" || !_use_ev) { 145 if (AnyEvent::detect ne "AnyEvent::Impl::EV" || !_use_ev) {
146 require Coro::Handle; 146 require Coro::Handle;
147 $fh = Coro::Handle::unblock ($fh); 147 $fh = Coro::Handle::unblock ($fh);
148 } 148 }
149 149
150 _patch $sock, $DBH->{sockfd}, $DBH->{mysql_clientversion}, $fh, tied ${$fh}; 150 _patch $sock, $DBH->{sockfd}, $DBH->{mysql_clientversion}, $fh, tied *$$fh;
151 } 151 }
152 152
153 $DBH 153 $DBH
154} 154}
155 155

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines