- Feb 20, 2015
-
-
Dmitry Simonenko authored
-
Roman Tsisyk authored
Other changes: * Fix #708: catch exceptions in boxffi_iterator_next * Optimize index:get() to directly use index:findByKey() instead of box_process() + execute_select() + iterator->init() + iterator->next()
-
- Feb 18, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Turn off jit for box.commit(), which yields. A test case is missing since I failed to crash the interpreter from the test suite (apparently it needs a more complicated background logic than one can do in a test case).
-
Barabanov Anton authored
-
Barabanov Anton authored
-
Konstantin Osipov authored
Fix a typo in bsdsocket.lua (a merge error).
-
- Feb 17, 2015
-
-
Konstantin Osipov authored
Use engine flags rather than a virtual method to check engine capabilities. Use index name in the error message.
-
Konstantin Osipov authored
Conflicts: src/box/errcode.h test/box/alter.result
-
Dmitry Simonenko authored
Do not involve in tarantool transaction log regarding old_tuple (replace always return NULL). This reduces transaction statement complexity from tarantool side to a single sophia operation (do replace instead of search + replace). weak spots: txn_rollback_stmt()
-
Konstantin Osipov authored
-
Alexandr Lyapunov authored
2) added disabled error-injection test that crashes tarantool rtree index
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Use a monotonically growing sequence for space identifiers, to ensure they are never reused. Update tests.
-
Dmitry Simonenko authored
-
- Feb 16, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
If socket is not a proper acceptable socket (-1, for example), break the server accept loop, to avoid CPU hog.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/lua/bsdsocket.lua src/sio.cc
-
Konstantin Osipov authored
Do not terminate the server on accept error.
-
Roman Tsisyk authored
This patch also fixes EINTR and EWOULDBLOCK handling for socket:read() and socket:write() wrappers.
-
Konstantin Osipov authored
Pass instance name to tarantoolctl, for .log.1 logs the file extension was not truncated.
-
Konstantin Osipov authored
-
- Feb 15, 2015
-
-
ocelot-inc authored
-
- Feb 13, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
First, send a snapshot to the slave, and only then register the slave with the cluster. Misc cleanups.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/lua/init.cc test/box/lua_sandbox.result test/box/lua_sandbox.test
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
- Feb 12, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-