- Apr 23, 2016
-
-
Konstantin Osipov authored
-
- Apr 22, 2016
-
-
Roman Tsisyk authored
Bump memory limit to 2GB
-
Roman Tsisyk authored
-
- Apr 21, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Allow to use the same configuration file on all cluster nodes for replication.
-
Roman Tsisyk authored
Fix server_id vs server_uuid mess.
-
Roman Tsisyk authored
-
- Apr 20, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
* Switch to YAML instead of JSON * Add utilites for replication * Print test-run internal errors to console
-
- Apr 18, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fix memory corruption caused by accidentally copy-pasted line.
-
- Apr 15, 2016
-
-
Roman Tsisyk authored
space_truncate() depends on box_delete()/box_insert(), move to appropriate place.
-
Roman Tsisyk authored
-
feldsherov authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
- Apr 14, 2016
-
-
Roman Tsisyk authored
- Introduce new two-phase JOIN protocol. - Remove Sophia snapshots and switch to checkpoints. - Include latest WALs and registration of replica into JOIN stream. - Remove legacy tests for read-only replica. See box_proccess_join() for protocol changes.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
- Apr 13, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Fill IPROTO_KEY for DELETE and IPROTO_TUPLE for INSERT/REPLACE.
-
- Apr 12, 2016
-
-
Alexandr Lyapunov authored
-
- Apr 11, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
Splitted init_field_map into init_field_map and tuple_validate
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
* Remove pcall_wrapper() * Use reflection to implement err:__index() and err:unpack() Breaking changes: * pcall() returns 'struct error' cdata instead of string for box.error() * box.error.last() returns 'struct error' instead of Lua table
-
- Apr 10, 2016
-
-
Konstantin Osipov authored
-
- Apr 08, 2016
-
-
Konstantin Osipov authored
Refactor engine.cc to make a snapshot based on existing, not future, WAL state. Implement wal_checkpoint() which delivers WAL vclock to tx thread and reopens the WAL.
-
Konstantin Osipov authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
* Remove recovery->apply_row and recovery_apply_row * Remove struct recovery from sophia_engine * Prepare to remove struct recovery from memtx_engine * Prepare to remove struct recovery from applier
-
bigbes authored
- Update link to configuration files - Change number of queries and data set size [skip ci]
-
Roman Tsisyk authored
-