Skip to content

Commit

Permalink
ignite-96 minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakov Zhdanov committed Feb 8, 2015
1 parent 876ccb0 commit fc0eceb
Show file tree
Hide file tree
Showing 21 changed files with 226 additions and 315 deletions.
Expand Up @@ -3838,7 +3838,7 @@ protected V saveValueForIndexUnlocked() throws IgniteCheckedException {


try { try {
if (!hasReaders() && markObsolete0(obsoleteVer, false)) { if (!hasReaders() && markObsolete0(obsoleteVer, false)) {
if (!isStartVersion()) { if (!isStartVersion() && hasValueUnlocked()) {
boolean plain = val instanceof byte[]; boolean plain = val instanceof byte[];


IgniteUuid valClsLdrId = null; IgniteUuid valClsLdrId = null;
Expand Down

0 comments on commit fc0eceb

Please sign in to comment.