Skip to content
Snippets Groups Projects
  1. Aug 29, 2013
  2. Aug 28, 2013
  3. Aug 27, 2013
  4. Aug 26, 2013
    • Konstantin Osipov's avatar
      Make big/sql.test pass. · f391c847
      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.
      f391c847
    • Konstantin Osipov's avatar
      Fix libyaml compiler warnings. · 0b93523f
      Konstantin Osipov authored
      0b93523f
    • Konstantin Osipov's avatar
      Implement the new data dictionary. · 93f8cf3f
      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).
      93f8cf3f
    • Dmitry Simonenko's avatar
      lua-console: make admin console work entirely under lua. · 90ebc525
      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.
      90ebc525
  5. Aug 22, 2013
    • Eugine Blikh's avatar
      We may use · fbe3f633
      Eugine Blikh authored
      * -- setopt delimiter=';'
      and
      * -- setopt delimiter ';'
      with and without equal sign
      fbe3f633
Loading