- Aug 30, 2013
-
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
lua console.
-
- Aug 29, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
wal/big tests worked with system spaces which had no system spaces data. Which is good. But not the way it is supposed to work.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Conflicts: src/box/lua/box.lua
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Remove a piece of dead code which made select_range() and select_reverse_range() extremely inefficient (a new iterator instance for each tuple) and confusing. box.index.iterator() creates a closure which is sufficient to produce all iteration results. Use of index:next() was apparently left by some tricky merge.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Eugine Blikh authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
dostring() from init.lua, remove space declaration from a configs
-
Konstantin Osipov authored
-
- Aug 28, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
and the new data dictionary
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
for proper yaml output
-
- Aug 27, 2013
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Fix a bug with missing tonumber() in space:select_range().
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
-
Eugine Blikh authored
-
Eugine Blikh authored
Fix bug: 'When server unexpectedly goes down Testing system waits while pid-file is deleted, but he wont'
-
Dmitry Simonenko authored
-
Dmitry Simonenko authored
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
Dmitry Simonenko authored
fix end-of-document marker for multi documents return.
-
Eugine Blikh authored
-
Konstantin Osipov authored
Add replace_if_exists as a stock method of a space. Patch lua-yaml emitter to add \n after ---.
-
- Aug 26, 2013
-
-
Konstantin Osipov authored
Still some issues with Lua console to fix, but transfer big/sql.test to the new data dictionary at least. Fix a bug found in the process that when altering an index from unique to non unique the index is not rebuilt. Remove 'lua ' prefix from schema_erase/schema_fill classes.
-