diff --git a/connector/c/tntrpl/tnt_log.c b/connector/c/tntrpl/tnt_log.c index e3e92f51f9bbd4bccf5713c1700e8885e3380aef..f625bf3bd4fdbc481f8ae50ce1543966d7a16a77 100644 --- a/connector/c/tntrpl/tnt_log.c +++ b/connector/c/tntrpl/tnt_log.c @@ -276,6 +276,7 @@ tnt_log_open(struct tnt_log *l, char *file, enum tnt_log_type type) /* getting current offset */ l->offset = ftello(l->fd); l->current_offset = 0; + memset(&l->current_value, 0, sizeof(l->current_value)); return 0; } diff --git a/doc/www-data.in/download.cmake b/doc/www-data.in/download.cmake index 901faca4537a2d5c77d14cdfa5d5c3e8459fc9aa..a38cd556e26dba96f7b348c223dc420d7dbd5344 100644 --- a/doc/www-data.in/download.cmake +++ b/doc/www-data.in/download.cmake @@ -76,6 +76,20 @@ to enable it: enabled=1 gpgcheck=0 +### Fedora + +Fedora repository is available at +<a href="http://tarantool.org/dist/fedora">http://tarantool.org/dist/fedora</a>. + +Add the following section to your yum repository list (/etc/yum.repos.d/tarantool.repo) +to enable it: + + [tarantool] + name=Fedora-$releasever - Tarantool + baseurl=http://tarantool.org/dist/fedora/$releasever/os/$basearch/ + enabled=1 + gpgcheck=0 + ### Gentoo Linux Tarantool is available from `tarantool` portage overlay. Use