ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-DBI/DBI/Slave.pm
(Generate patch)

Comparing AnyEvent-DBI/DBI/Slave.pm (file contents):
Revision 1.1 by root, Tue Aug 15 07:28:55 2017 UTC vs.
Revision 1.2 by root, Tue Aug 15 07:30:38 2017 UTC

63 [1, $STH->{NUM_OF_FIELDS} ? $STH->fetchall_arrayref : undef, $rv] 63 [1, $STH->{NUM_OF_FIELDS} ? $STH->fetchall_arrayref : undef, $rv]
64} 64}
65 65
66sub req_stattr { 66sub req_stattr {
67 my (undef, $attr_name) = @{+shift}; 67 my (undef, $attr_name) = @{+shift};
68
69 warn "$attr_name = $STH->{$attr_name}\n";#d#
70 68
71 [1, $STH->{$attr_name}] 69 [1, $STH->{$attr_name}]
72} 70}
73 71
74sub req_begin_work { 72sub req_begin_work {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines