- Apr 09, 2012
-
-
Konstantin Osipov authored
-
- Apr 06, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: test/box/lua.result
-
Konstantin Osipov authored
-
- Apr 04, 2012
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Make sure we do not try to destroy uninitialized mutexes in the snapshot thread. Implement FIFO policy for the wal writer queue.
-
pcherenkov authored
-
Aleksey Demakov authored
-
- Apr 02, 2012
-
-
Konstantin Osipov authored
-
pcherenkov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Mar 30, 2012
-
-
Aleksey Demakov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
This patch introduces wal_mode configuration variable, which can take either "fsync" or "fsync_delay" values. In "fsync" mode, we open the write ahead log in O_SYNC mode, and thus sync every write to disk. Th fsync_delay mode is the backward-compatible mode: in this mode, we only do fsync once every fsync_delay seconds. If fsync_delay is 0, there is no fsync. Otherwise, this patch is only adding auxiliary headers, object files, etc.
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
- Mar 29, 2012
-
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Aleksey Demakov authored
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Aleksey Demakov authored
-
- Mar 28, 2012
-
-
Konstantin Osipov authored
Conflicts: test/box/lua.result
-
Konstantin Osipov authored
Check grammar in comments. Fix an incorrect assert. Add a test which triggers the assert. Add a few more tests for combinations of insert, delete and set.
-
pmwkaa authored
-
Konstantin Shulgin authored
review fixes: - update_op_cmp was improved; - update_field_init function was refactored; - field struct member 'old_end' was renamed to 'tail'.
-
- Mar 27, 2012
-
-
Konstantin Shulgin authored
Code review minor fixes.
-
Konstantin Shulgin authored
Code review minor fixes.
-
Konstantin Shulgin authored
New operation '!' (insert) to box.update Lua fuction was added.
-
Konstantin Shulgin authored
-
Konstantin Shulgin authored
Conflicts: test/connector_c/update.c test/connector_c/update.result
-
Konstantin Shulgin authored
connector/c update.test result was updated.
-
Konstantin Shulgin authored
Review fixes: - Minor comments fixes; - INSERT operation behavior was changed: now INSERT operation was allowed under field next to last. - UPDATE connector/c tests was updated.
-
Konstantin Osipov authored
Actually, make the feature work. Add syntax to Lua to be able to delete fields. Fix a bug when we delete all fields in a tuple and happily crash thereafter.
-
Konstantin Shulgin authored
- INSERT AFTER operation was deleted; - INSERT BEFORE was renamed to INSERT; - Tarantool connector/c was updated; - Tests was updated.
-
- Mar 26, 2012
-
-
Konstantin Shulgin authored
minor stylistic changes
-
- Mar 23, 2012
-
-
Yuriy Nevinitsin authored
-
Yuriy Nevinitsin authored
-