- Nov 13, 2015
-
-
Alexandr Lyapunov authored
-
Sulverus authored
-
Roman Tsisyk authored
Conflicts: src/box/box.cc src/box/cluster.cc src/lib/small
-
Roman Tsisyk authored
-
Sulverus authored
-
Sulverus authored
-
bigbes authored
-
Roman Tsisyk authored
-
bigbes authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Sulverus authored
-
Roman Tsisyk authored
server_id should be checked in on_replace trigger instead of box_on_cluster_join().
-
- Nov 12, 2015
-
-
Nick Zavaritsky authored
With recent osx toolchains gcc is an alias for clang.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Nick Zavaritsky authored
-
Sulverus authored
Test_suite restart disabled Legacy tests moved to separated suite
-
Konstantin Osipov authored
Conflicts: src/box/request.cc src/lib/small
-
Alexandr Lyapunov authored
added tests
-
- Nov 11, 2015
-
-
Nick Zavaritsky authored
No need to use filesystem notifications to discover updates to WAL when the party writing the WAL is ourselves (the same process). Wal writer updated to provide a notification mechanism based on ev_async, replication relays subscribe to it.
-
Konstantin Osipov authored
-
Nick Zavaritsky authored
Log messages should be emited in extended format after box.cfg even to stderr.
-
Konstantin Osipov authored
Change the code to use small/rlist.h, to avoid code duplication. small is self-contained.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Now that util.c is linked with libcore, split out backtrace.cc from it. backtrace.cc depens on libbfd, and we'd like the core to be standalone.
-
Konstantin Osipov authored
-
Nick Zavaritsky authored
Doing box.cfg{background=true, logger='/EACCESS.log'} resulted in a silent failure because initialization routine closed stderr first before initializing the logger. Changing stuff to absolutize pathes (logger, pid_file) to make it easier to troubleshoot errors. Things in say.c (logger guts) were changed to call exit instead of _exit on failure in order for the cleanup to be performed. Also adding a library for managing pid files under third_party/libutil_freebsd.
-
Nick Zavaritsky authored
-
- Nov 10, 2015
-
-
Sulverus authored
-
Sulverus authored
-
Konstantin Osipov authored
Provide a default instance in the installation script, but don't start it.
-
- Nov 09, 2015
-
-
Sulverus authored
-
Konstantin Osipov authored
Now that we have a very nice title, don't use a custom proc title that often.
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
-
Konstantin Osipov authored
Follow up fixes. Signature changes for txn_commit_stmt(), move the check for secondary keys to be engine-agnostic.
-
Sulverus authored
-
Alexandr Lyapunov authored
*)also fixed delete via secondary key *)moved xlog creation from txn_begin_stmt to txn_commit_stmt
-