You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/03/12 11:18:44 UTC

[GitHub] [ignite] AMashenkov commented on a change in pull request #6141: IGNITE-10104: MVCC: Reworked SELECT FOR UPDATE.

AMashenkov commented on a change in pull request #6141: IGNITE-10104: MVCC: Reworked SELECT FOR UPDATE.
URL: https://github.com/apache/ignite/pull/6141#discussion_r264628655
 
 

 ##########
 File path: modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlQuerySplitter.java
 ##########
 @@ -125,6 +128,18 @@
     /** Partition extractor. */
     private final PartitionExtractor extractor;
 
+    /** */
+    private boolean forUpdate;
+
+    /** For update version of reduce query. */
+    private GridCacheSqlQuery rdcSqlQryForUpdate;
+
+    /** For update version of map query. */
+    private GridCacheSqlQuery mapSqlQrysForUpdate;
 
 Review comment:
   Looks like typo, should be "mapSql**Qry**ForUpdate"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services