Skip to content
Snippets Groups Projects
  1. Apr 27, 2012
    • Konstantin Shulgin's avatar
      bug977898: · 49de2884
      Konstantin Shulgin authored
      Review changes:
        * tarantool_lua_load_startup was renamed to tarantool_lua_load_init_script;
        * TARANTOOL_LUA_STARTUP was renamed to TARANTOOL_LUA_INIT_SCRIPT;
        * init.lua int the test suite is optional now;
        * Additional comments was added.
      49de2884
  2. Apr 17, 2012
    • Konstantin Shulgin's avatar
      bug977898: · cfb40ad8
      Konstantin Shulgin authored
      Loading start-up Lua script 'init.lua' routine was moved to separate fiber. It
      allows to avoid tarantool crash in case when 'init.lua' calls box.insert
      (box.update, box.delete, etc...) procedure.
      cfb40ad8
  3. Apr 16, 2012
    • Konstantin Shulgin's avatar
      bug977898: · d698a762
      Konstantin Shulgin authored
      'init.lua' start-up file loading was moved from box.lua to tarantool
      initialization section after main modules initialization (lua, mod, admin,
      etc..). New tests for 'init.lua' was added.
      d698a762
    • Konstantin Shulgin's avatar
      bug977898: · ef678120
      Konstantin Shulgin authored
      Supporting 'init.lua' start up script was added to test suite.
      ef678120
  4. Apr 12, 2012
  5. Apr 10, 2012
  6. Apr 09, 2012
  7. Apr 06, 2012
  8. Apr 04, 2012
  9. Apr 02, 2012
  10. Mar 30, 2012
  11. Mar 29, 2012
Loading