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-stable has been updated
       via  c5ac8439ae965341cf8d29e5f00eed32f6dc45c5 (commit)
      from  541519dab2cfc20b2ad8ee0a12ad96d3dc083313 (commit)

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

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