- Apr 20, 2016
-
-
Roman Tsisyk authored
* Switch to YAML instead of JSON * Add utilites for replication * Print test-run internal errors to console
-
- Apr 15, 2016
-
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
- Apr 14, 2016
-
-
Roman Tsisyk authored
-
- Apr 13, 2016
-
-
Roman Tsisyk authored
Fill IPROTO_KEY for DELETE and IPROTO_TUPLE for INSERT/REPLACE.
-
- Apr 11, 2016
-
-
Roman Tsisyk authored
-
- Apr 10, 2016
-
-
Konstantin Osipov authored
-
- Apr 08, 2016
-
-
bigbes authored
- Update link to configuration files - Change number of queries and data set size [skip ci]
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
- Apr 07, 2016
-
-
Konstantin Osipov authored
Delete the previous checkpoint in sophia only if we have a new one.
-
Konstantin Osipov authored
Actually fix the bug and add a test case.
-
Konstantin Osipov authored
-
- Apr 06, 2016
-
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
- Apr 05, 2016
-
-
bigbes authored
closes gh-1428
-
- Apr 04, 2016
-
-
Alexandr Lyapunov authored
Fixed double call of tuple_init_field_map in update and upsert operations, fixed comments of tuple_alloc
-
- Apr 03, 2016
-
-
bigbes authored
If `default_cfg` was nil, then system will errored.
-
- Apr 01, 2016
-
-
Roman Tsisyk authored
* Don't mislead users with box.cfg{} options which shouldn't be set under tarantoolctl. * Mention that all data directories must have absolute paths and remove work_dir from example.lua (see #1406). * Specify correct default values.
-
bigbes authored
+ closes gh-1405 (right path for unix socket) + wrap box.cfg and loadfile with pcall + some variable/function scope cleanups (global -> local) + closes gh-1409 (check for lua syntax before running/restarting/eval server)
-
- Mar 31, 2016
- Mar 30, 2016
-
-
ocelot-inc authored
-
- Mar 29, 2016
-
-
Nick Zavaritsky authored
* require('console').ac(off) to disable autocompletion; * if completion is turned off, TAB key inserts TABs; * never fallback to builtin filename completion.
-
Roman Tsisyk authored
-
- Mar 28, 2016
-
-
Roman Tsisyk authored
* Set version to {1, 6, 8} in box.space._schema * Add 'LUA' language to built-in stored procedures
-
Roman Tsisyk authored
Use box.schema.upgrade() to upgrade. ./extra/schema_fill.lua and ./extra/schema_erase.lua were moved to box.internal.bootstrap().
-
bigbes authored
-
Roman Tsisyk authored
eio_req must be freed from req->destroy instead of req->finish.
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
- Mar 27, 2016
-
-
ocelot-inc authored
-
- Mar 25, 2016
-
-
ocelot-inc authored
-
Nick Zavaritsky authored
-
Nick Zavaritsky authored
* extra arguments silently ignored * :get and :put interpret nil timeout as infinity
-
Dmitry Simonenko authored
-