- Aug 29, 2013
-
-
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.
-
Konstantin Osipov authored
-
Konstantin Osipov authored
Store the information about spaces in a pre-recreated system space. https://blueprints.launchpad.net/tarantool/+spec/space-ddl Remove space configuration from confetti. Use transaction and space triggers to run post-DML actions to perform DDL changes. Implement a Lua FFI binding to disable tests. Temporarily disable space-loading code in tarancheck and tarantar (this breaks them). Mostly all tests are broken. Memcached is disabled (non-functional).
-
Dmitry Simonenko authored
Integrate libyaml instead of internal yaml formaters. changelog: * fixed i64 convertion bug * refactored bindings to new admin .info() scheme * moved lua plugin api to separate file * moved lua fiber api to separate file * slab binding refactored * added fiber lua bindings * rewriten admin reply handler * proper yaml end-of-document formater * proper server error formater * fixed bug with leftover data on stack on exception error * added support of i64 types to lyyaml * removed couple of box.show_ bindings * console client fixes to support new scheme This push has a yet broken test's.
-
- Aug 22, 2013
-
-
Eugine Blikh authored
* -- setopt delimiter=';' and * -- setopt delimiter ';' with and without equal sign
-