Commit aeafd88e authored by joreland@mysql.com's avatar joreland@mysql.com

bug#6538

ndb: Fix return value in index_last wo/ rows
parent 2f500447
......@@ -2318,7 +2318,7 @@ int ha_ndbcluster::index_last(byte *buf)
DBUG_RETURN(0);
}
}
DBUG_RETURN(1);
DBUG_RETURN(res);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment