- Mar 21, 2012
-
-
pmwkaa authored
-
- Mar 16, 2012
-
-
Konstantin Shulgin authored
Test's result files was fixed: 8-bytes string print as 64-bit integers.
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
box replications tests configurations files was updated. "slab_alloc_arena" parameter was setted to 100 MiB.
-
Yuriy Nevinitsin authored
-
- Mar 15, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
Dmitry Simonenko authored
Conflicts: test/box/lua.result
-
- Mar 14, 2012
-
-
Dmitry Simonenko authored
case
-
Dmitry Simonenko authored
-
Konstantin Shulgin authored
-
- Mar 13, 2012
-
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Yuriy Nevinitsin authored
-
- Mar 12, 2012
-
-
Konstantin Osipov authored
-
Konstantin Shulgin authored
Set SO_KEEPALIVE option for replication replay sockets and fiber's clients sockets.
-
Dmitry Simonenko authored
-
Yuriy Nevinitsin authored
-
Dmitry Simonenko authored
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
Sorting result was added.
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
64-bit arithmetic and logical operations was added: - 32-bit fields can use 32-bit operands; - 64-bit fields can use 32-bit and 64-bit operands.
-
- Mar 11, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-
- Mar 07, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
[connector][perl] AnyEvent support. Continuation support. Limit = max_sint32 by default. primary_key_index option.
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
- Feb 29, 2012
-
-
Konstantin Osipov authored
-
- Feb 28, 2012
-
-
Konstantin Osipov authored
A fix for Bug#928222 Memory leak when running a long stored procedure. An original patch was prepared done by Alexey Demakov. When running a long stored procedure, the server could allocate a lot of memory in the fiber garbage collected pool, when performing requests in a loop. To fix the bug, garbage collect memory after every call to rw_callback() from stored procedures module. Add ptruncate() method to palloc, which rolls back used memory to a saved position and use it in box_lua.m. Since VALGRIND MEMPOOL API doesn't support ptruncate(), don't use it, instead consistently use VALGRIND_MAKE_MEM_DEFINED/VALGRIND_MAKE_MEM_UNDEFINED. No test case since the problem is detected by a longevity test, not a functional test.
-
Konstantin Osipov authored
-
- Feb 23, 2012
-
-
Konstantin Osipov authored
-
- Feb 22, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: doc/developer/developer.xml doc/www-data/index.html doc/www-data/index.ru.html
-