- Oct 07, 2013
-
-
Eugine Blikh authored
-
- Oct 01, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
- Sep 27, 2013
-
-
Konstantin Osipov authored
Fixes gh-47. Update test results to be more deterministic. Conflicts: src/box/space.cc src/box/tuple.cc test/wal/oom.result
-
Konstantin Osipov authored
Tuples are got a big bigger with shared-arena patch (4 bytes per tuple overhead). So we exhaust the current arena in out-of-memory test a bit faster than before.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Add comments, update the manual.
-
Dmitry Simonenko authored
On snapshot, increase snapshot version id (u32), save current snapshot version within a tuple. On tuple free, check if tuple version is equal to current snapshot id, if so do direct free, otherwise append tuple to the delayed free list.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fixes gh-45. Conflicts: src/recovery.cc
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Sep 26, 2013
-
-
Roman Tsisyk authored
Conflicts: test/box/lua.result test/box/lua.test test/lib/sql_ast.py
-
- Sep 25, 2013
-
-
Dmitry Simonenko authored
-
- Sep 24, 2013
-
-
Eugine Blikh authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Yuriy Nevinitsin authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
- Sep 23, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Provide open_memstream() implementation for system which miss it (Mac OS X).
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/lua/init.cc test/box/lua.result test/box/lua.test
-
Konstantin Osipov authored
A copy-paste implementation of print(64 bit number) used to add an extra newline at the end of printed string.
-
Yuriy Nevinitsin authored
-
Dmitry Simonenko authored
Allocate slab arena in shared memory to reduce pages splits during snapshotting. Adaptation of patch made by Yuri Nevinitsin @nevinitsin.
-
- Sep 20, 2013
-
-
Konstantin Osipov authored
-
Yuriy Nevinitsin authored
-
Konstantin Osipov authored
Conflicts: test/box/alter_limits.test.lua
-
Konstantin Osipov authored
-
- Sep 19, 2013
-
-
Konstantin Osipov authored
When looking for the next xlog to recover from, take into account gaps in LSNs which may occur due to wal_write() failures. Add test coverage for create/drop space and error injections. Add cleanup to alter_limits.test
-
Dmitry E. Oboukhov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-