- Mar 05, 2015
-
-
Konstantin Osipov authored
Merge remote-tracking branch 'origin/gh-528-different-types-in-update-v3' into gh-528-different-types-in-update-v2 Conflicts: src/box/tuple_update.cc test/box/update.result
-
- Mar 04, 2015
-
-
Alexandr Lyapunov authored
2) implemented update +/- operations through 96bit arithmetics 3) removed multiplication (*) operation to update
-
- Feb 27, 2015
-
-
Konstantin Osipov authored
- add comments - minor renames (alex, please don't hate me) - prepare for a split of make_arithmetic_operation
-
Konstantin Osipov authored
-
- Feb 26, 2015
-
-
bigbes authored
-
- Feb 25, 2015
-
-
bigbes authored
-
Sulverus authored
-
Konstantin Osipov authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
bigbes authored
-
Konstantin Osipov authored
Log output of failed getaddrinfo() to be able to better diagnose the problem of failing bsdsocket.test.lua
-
- Feb 24, 2015
-
-
Sulverus authored
-
Sulverus authored
-
Roman Tsisyk authored
-
- Feb 23, 2015
-
-
ocelot-inc authored
-
ocelot-inc authored
-
- Feb 20, 2015
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Don't use space with id 0.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/sophia_engine.cc
-
Konstantin Osipov authored
-
Alexandr Lyapunov authored
2)added support of float and double in tuple arithmetical update 3)added multiplication (*) operation to update 4)added integer overflow control to update
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Extract xlog.test.py into an own test suite, in preparation for a split into many tests. xlog.test.py restarts the server all the time anyway, there is no point to keep all tests in the same file. Deal with collateral damange of this seemingly innocuous move: * fix an assertion failure in user.drop(), user_has_data(). The check was using a wrong index. * fix test-run.py to leave cores around in case of a server crash (in a friendly gesture to develoeprs, and joining the ranks of such extremely succefful applications as apport and systemd, it used to delete them) * update bootstrap.snap to provide format for _index space * make a bunch of tests safe to the order in which they are executed * use space name rather than space id for error messages more often, since space id is very volatile after introduction of max_id sequence for space ids.
-
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()
-
Konstantin Osipov authored
-
Konstantin Osipov authored
If we can't find the closest xlog starting before the current vclock of recovery, return the first xlog with vclcok after the search pattern, to continue recovery, even though missing some rows, in case when of panic_if_wal_error is false. A test case will follow in a separate patch.
-
- 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
-