This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".

The branch box-namespace_limit has been updated
       via  d39406a009f137dc9e6eac10fc34a96d6494ccb4 (commit)
      from  f74b8f1877963c179dfd8014694406064abc733d (commit)

Summary of changes:
 mod/box/box.m |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit d39406a009f137dc9e6eac10fc34a96d6494ccb4
Author: Roman Tokarev <[email protected]>
Date:   Fri Apr 15 18:21:37 2011 +0400

    Cosmetic changes in box.m.

diff --git a/mod/box/box.m b/mod/box/box.m
index d2178f8..e4cf119 100644
--- a/mod/box/box.m
+++ b/mod/box/box.m
@@ -316,7 +316,7 @@ prepare_replace(struct box_txn *txn, size_t cardinality, 
struct tbuf *data)
                 * txn_commit().
                 */
                foreach_index(txn->n, index)
-                       index->replace(txn,index, NULL, txn->tuple);
+                       index->replace(txn, index, NULL, txn->tuple);
        }
 
        if (!(txn->flags & BOX_QUIET)) {
@@ -741,7 +741,6 @@ txn_alloc(u32 flags)
        struct box_txn *txn = p0alloc(fiber->pool, sizeof(*txn));
        txn->ref_tuples = tbuf_alloc(fiber->pool);
        txn->flags = flags;
-       txn->usage = 0;
        return txn;
 }
 

-- 
Tarantool -- an efficient key/value data store

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to