PK/Dist-key hints to the Transaction is not working. I get the following error - NdbApiException Inconsistent key part length
Bug #246731 reported by
Cure
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NDB/Bindings |
New
|
Undecided
|
Unassigned |
Bug Description
I'm using the NDB Perl bindings.
PK/Dist-key hints to the Transaction is not working. I get the following error - NdbApiException Inconsistent key part length
Part of the Script:
my $myTransaction = $myNdb-
if (!$myTransaction) {
print $myNdb-
}
my $myOper = $myTransaction-
$myOper-
my $id_num = 6528;
$myOper-
my $myRecAttr = $myOper-
$myTransaction-
my $foo = $myRecAttr-
print "$foo\n";
$myTransaction-
To post a comment you must log in.