- Nov 16, 2015
-
-
Konstantin Osipov authored
Add a separate error code for the case when a tuple is too large (larger than slab_alloc_maximal). The test suite already covered the case.
-
Konstantin Osipov authored
Conflicts: src/lib/small
-
ocelot-inc authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Alexandr Lyapunov authored
- Nov 13, 2015
-
-
ocelot-inc authored
-
Nick Zavaritsky authored
-
ocelot-inc authored
-
bfxy authored
Improve style for Terminal session blocks docs: fix multiple issues Clean up unused and broken references Clean up trailing whitespaces Improve formatting in Digest reference Add remaining hotlinks to Configuration book Fix mistakes Restyle Bash sessions in Connectors Remove unused files
-
Konstantin Osipov authored
-
Alexandr Lyapunov authored
-
Konstantin Osipov authored
-
Konstantin Osipov 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.
-
Nick Zavaritsky authored
All decent Lua shells support multiline input without explicit delimiters. A shell consumes line after line; once a complete statement is read it is executed. Works with both local and remote consoles, including the older ones without this modification. Caveat: when talking with a remote console internally '$EOF$\n' is used to separate statements. It is possible to produce an input with embeded delimiter thanks to this modification. Note: funny input was already possible with non-standard local delimiter.
-