- Jul 04, 2016
-
-
Konstantin Osipov authored
Conflicts: doc/sphinx/book/user_guide_getting_started.rst doc/sphinx/conf.py.in third_party/libyaml
-
Konstantin Osipov authored
Conflicts: doc/sphinx/book/app/e_vinyl/index.rst doc/sphinx/book/box/atomic.rst doc/sphinx/book/box/box_schema.rst doc/sphinx/book/box/index.rst doc/sphinx/book/box/limitations.rst doc/sphinx/book/box/vinyl_diff.rst
-
Konstantin Osipov authored
-
lenkis authored
-
Georgy Kirichenko authored
-
Alexandr Lyapunov authored
-
Konstantin Nazarov authored
This is required to do the following: tarantoolctl user@host tarantoolctl guest@host tarantoolctl guest:@host Currently all of those will lead to error from net.box. Either because password is not specified, or because guest user can't login with empty password. This change effectively sets guest password to an empty string, to make it less of a special case to authentication. And since now guest can be authenticated with an empty password, net.box will replace nil passwords with empty strings, when user name is provided. We still support the case when username=nil and password=nil. In this case net.box doesn't send authentication packet at all. Guest login is just assumed. The bootstrap snapshot will now have guest user with an empty password, instead of no password. Fixes #1545
-
lenkis authored
-
lenkis authored
-
lenkis authored
-
ocelot-inc authored
-
- Jul 01, 2016
-
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
Konstantin Nazarov authored
This happens because console:eval swallows errors and doesn't print them to stdout. Also, console.connect() doesn't always call on_client_disconnect() in case of errors, so the code that was meant to terminate local session on errors, didn't do this in some cases and caused local console to remain open. Fixes #1586
-
- Jun 30, 2016
-
-
ocelot-inc authored
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
Roman Tsisyk authored
-
lenkis authored
-
Vladislav Shpilevoy authored
box_tuple_extract_key, tuple_extract_key, tuple_extract_key_raw - functions for extracting key of any index from tuple or raw msgpuck.
-
lenkis authored
-
lenkis authored
Fixed Lua code block formatting in box_index.rst
-
Alexandr Lyapunov authored
-
Georgy Kirichenko authored
-
Georgy Kirichenko authored
-
- Jun 29, 2016
-
-
Georgy Kirichenko authored
-
Roman Tsisyk authored
-
Georgy Kirichenko authored
-
- Jun 28, 2016
-
-
Roman Tsisyk authored
Prepare to change vinyl API to use (key, part_count) and (struct tuple).
-
Roman Tsisyk authored
No semantic change, just allow tx=NULL in vinyl_get() and remove duplicated code.
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Prepare to change vinyl API to use (key, part_count) and (struct tuple).
-
Vladislav Shpilevoy authored
-
- Jun 27, 2016
-
-
Alexandr Lyapunov authored
-
- Jun 25, 2016
-
-
Konstantin Osipov authored
-
- Jun 24, 2016
-
-
Konstantin Osipov authored
-
Roman Tsisyk authored
* Remove REF_FE/REF_BE magic code * Ref count indexes in phia_cursor() * Don't ref/unref count ALL indexes in phia_begin()/phia_tx_commit() * Extract SI_SHUTDOWN/SI_DROP cases from si_execute() * Fix handling of NO-OP task in planner * Check sc_version after coeio call in phia_iterator_next() * Add assertions and TRASH() to planner, index and tuples Attempt to fix buggy phia_index refcouting. Now phia works without segfaults more than 10 minutes on my host instead of 20-30 sec. DDL still may crash in some situations.
-
Roman Tsisyk authored
Fix race condition in phia_service_do()/phia_get()
-
- Jun 23, 2016
-
-
Alexandr Lyapunov authored
-