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 master has been updated
       via  0b3d2e385d95792e26b8054117ee8ee8674320d3 (commit)
       via  c5ac8439ae965341cf8d29e5f00eed32f6dc45c5 (commit)
      from  7a6b21bfaddcde3a8c7ed0b15f1404a2e4acda7a (commit)

Summary of changes:
 core/log_io_remote.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0b3d2e385d95792e26b8054117ee8ee8674320d3
Merge: 7a6b21b c5ac843
Author: Konstantin Osipov <[email protected]>
Date:   Mon Mar 21 18:31:50 2011 +0300

    Merge branch 'master-stable'


commit c5ac8439ae965341cf8d29e5f00eed32f6dc45c5
Author: Konstantin Osipov <[email protected]>
Date:   Mon Mar 21 18:30:55 2011 +0300

    Fix a compilation failure, gcc 4.5.1
    
    Make remote_row_reader_v11 declaration match the definition.

diff --git a/core/log_io_remote.c b/core/log_io_remote.c
index 3495782..d7bb83d 100644
--- a/core/log_io_remote.c
+++ b/core/log_io_remote.c
@@ -107,7 +107,7 @@ remote_read_row(i64 initial_lsn)
                        err = NULL;
                }
 
-               row = remote_row_reader_v11(fiber->pool);
+               row = remote_row_reader_v11();
                if (row == NULL) {
                        err = "can't read row";
                        goto err;

-- 
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