Skip to content
Snippets Groups Projects
Commit 0b3d2e38 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'master-stable'

parents 7a6b21bf c5ac8439
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ remote_read_row(i64 initial_lsn) ...@@ -108,7 +108,7 @@ remote_read_row(i64 initial_lsn)
err = NULL; err = NULL;
} }
row = remote_row_reader_v11(fiber->pool); row = remote_row_reader_v11();
if (row == NULL) { if (row == NULL) {
err = "can't read row"; err = "can't read row";
goto err; goto err;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment