More outputs consolidation

Also bumped DB VERSION to 1
Another significant speedup and space savings:
Get rid of global_output_indices, remove indirection from output to keys

This is the change warptangent described on irc but never got to finish.
This commit is contained in:
Howard Chu 2016-03-27 22:43:16 +01:00
parent 7c5abdc3a3
commit 6225716f3c
3 changed files with 268 additions and 496 deletions

View file

@ -6771,8 +6771,8 @@ set1:
if (op == MDB_GET_BOTH || rc > 0)
return MDB_NOTFOUND;
rc = 0;
*data = olddata;
}
*data = olddata;
} else {
if (mc->mc_xcursor)