summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c8d06ad)
For some reason we finished our transaction before we wrote the id32db
details. Fix this so we do it afterwards instead.
- if (!intrans) {
- endtrans();
- }
-
/*
* Write the truncated 32 bit keyid so we can lookup the full id for
* queries.
/*
* Write the truncated 32 bit keyid so we can lookup the full id for
* queries.
+ if (!intrans) {
+ endtrans();
+ }
+
return deadlock ? -1 : 0 ;
}
return deadlock ? -1 : 0 ;
}