- Mar 05, 2015
-
-
Vladimir Rudnyh authored
-
Konstantin Osipov authored
-
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
-
Sulverus authored
-
Veniamin Gvozdikov authored
-
Sulverus authored
-
Veniamin Gvozdikov authored
-
- 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
-
bigbes authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
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.
-