Fix next_page was not updated after page appending

master
Yury Kurlykov 2019-11-14 21:27:00 +10:00
parent 30b4daff22
commit c26bc18d8d
1 changed files with 2 additions and 0 deletions

View File

@ -324,6 +324,8 @@ YDB_Error ydb_append_page(YDB_Engine* instance, YDB_TablePage* page) {
fflush(instance->fd);
__ydb_read_page(instance);
return YDB_ERR_SUCCESS;
}