DR-Tnt
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/DR/Tnt/Proto.pm view on Meta::CPAN
IPROTO_SPACE_ID, $space,
IPROTO_KEY, $key,
}
;
}
# HACK
_call_lua($sync, $schema_id, "box.space.$space:delete", $key);
}
sub update($$$$$) {
my ($sync, $schema_id, $space, $key, $ops) = @_;
croak 'Oplist must be Arrayref' unless 'ARRAY' eq ref $ops;
$key = [ $key ] unless ref $key;
croak "Cant convert HashRef to key" if 'HASH' eq ref $key;
if (looks_like_number $space) {
return request
_mk_header(IPROTO_UPDATE, $sync, $schema_id),
{
IPROTO_SPACE_ID, $space,
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.557 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )