- Jun 17, 2016
-
-
Roman Tsisyk authored
- Move phia_tuple_from_data() and phia_tuple_from_key() to phia.c - Make tuple_upsert_execute() to be C-friendly - Move phia_upsert_cb() and related stuff to phia.c Prepare to switch to MessagePack.
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
- Fix code style - Remove useless tnt_raise() from tuple_compare_field() - Use mp_decode_strbinl() for bin/str comparison
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
-
- Jun 16, 2016
-
-
Vladislav Shpilevoy authored
-
- Jun 15, 2016
-
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
Alexandr Lyapunov authored
-
Roman Tsisyk authored
`struct si` has longer lifecycle than `PhiaIndex`.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
- Replace sfscheme->field_count with sfscheme->keys_count + 1. - Keep only key parts in sfscheme->fields, remove value
-
Roman Tsisyk authored
- Remove position_ref, position_key, key from sffield - Remove keys from sfscheme - Remove sf_schemeadd and sc_schemevalidate - Use uint32_t instead of int
-
Roman Tsisyk authored
Prepare to switch to Msgpack. MsgPack is variable-length encoding, even for uint64 number.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
lenkis authored
-
lenkis authored
-
- Jun 14, 2016
-
-
Konstantin Osipov authored
* remove ss_bufinit_reserve(), it gave nothing in performance but obscured memory leak search
-
Roman Tsisyk authored
- Move to --long - Simplify check_test() - Remove unused code
-
Georgy Kirichenko authored
-
- Jun 12, 2016
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
* remove unused code in transaction manager
-
- Jun 10, 2016
-
-
Konstantin Osipov authored
* split transaction commit to prepare and commit, commit it after write to the write ahead log
-
Konstantin Osipov authored
-
ocelot-inc authored
-
Konstantin Osipov authored
* simplify quota init * simplify env init * simplify transaction init
-
Roman Tsisyk authored
Get rid of assert(0) and assert(false).
-
Roman Tsisyk authored
-
Konstantin Osipov authored
Conflicts: doc/sphinx/book/administration.rst doc/sphinx/book/app/e-phia/i1.png doc/sphinx/book/app/e-phia/i10.png doc/sphinx/book/app/e-phia/i12.png doc/sphinx/book/app/e-phia/i13.png doc/sphinx/book/app/e-phia/i14.png doc/sphinx/book/app/e-phia/i2.png doc/sphinx/book/app/e-phia/i3.png doc/sphinx/book/app/e-phia/i4.png doc/sphinx/book/app/e-phia/i5.png doc/sphinx/book/app/e-phia/i6.png doc/sphinx/book/app/e-phia/i7.png doc/sphinx/book/app/e-phia/i8.png doc/sphinx/book/app/e-phia/i9.png doc/sphinx/book/app/e-phia/index.rst doc/sphinx/book/app/e-sophia/i1.png doc/sphinx/book/app/e-sophia/i10.png doc/sphinx/book/app/e-sophia/i12.png doc/sphinx/book/app/e-sophia/i13.png doc/sphinx/book/app/e-sophia/i14.png doc/sphinx/book/app/e-sophia/i2.png doc/sphinx/book/app/e-sophia/i3.png doc/sphinx/book/app/e-sophia/i4.png doc/sphinx/book/app/e-sophia/i5.png doc/sphinx/book/app/e-sophia/i6.png doc/sphinx/book/app/e-sophia/i7.png doc/sphinx/book/app/e-sophia/i8.png doc/sphinx/book/app/e-sophia/i9.png doc/sphinx/book/app/e-sophia/index.rst doc/sphinx/book/app/e_sophia/i1.png doc/sphinx/book/app/e_sophia/i10.png doc/sphinx/book/app/e_sophia/i12.png doc/sphinx/book/app/e_sophia/i13.png doc/sphinx/book/app/e_sophia/i14.png doc/sphinx/book/app/e_sophia/i2.png doc/sphinx/book/app/e_sophia/i3.png doc/sphinx/book/app/e_sophia/i4.png doc/sphinx/book/app/e_sophia/i5.png doc/sphinx/book/app/e_sophia/i6.png doc/sphinx/book/app/e_sophia/i7.png doc/sphinx/book/app/e_sophia/i8.png doc/sphinx/book/app/e_sophia/i9.png doc/sphinx/book/app/e_sophia/index.rst doc/sphinx/book/index.rst
-
Konstantin Osipov authored
Review fixes: * revert changes in console.lua, they should be pushed down to net.box (it should accept empty passwords)
-
Konstantin Nazarov authored
-
Konstantin Nazarov authored
Previously the URI BNF didn't allow to specify empty password. There should have been at least one symbol. Now both user@host and user:@host forms are permitted. In case of user@host, the password will parsed as nil. In case of user:@host, the password will be parsed as empty string. Fixes #1512
-
Roman Tsisyk authored
-
Alexandr Lyapunov authored
-
Georgy Kirichenko authored
-
- Jun 09, 2016
-