Skip to content
Snippets Groups Projects
  1. Jan 17, 2012
  2. Jan 16, 2012
  3. Jan 15, 2012
  4. Jan 09, 2012
  5. Jan 03, 2012
  6. Jan 02, 2012
  7. Dec 25, 2011
  8. Dec 23, 2011
  9. Dec 22, 2011
  10. Dec 16, 2011
  11. Dec 15, 2011
  12. Dec 14, 2011
  13. Dec 09, 2011
  14. Nov 29, 2011
  15. Nov 22, 2011
  16. Nov 18, 2011
  17. Nov 14, 2011
  18. Nov 12, 2011
  19. Nov 09, 2011
  20. Nov 03, 2011
  21. Nov 01, 2011
  22. Oct 13, 2011
    • Konstantin Osipov's avatar
      Lua: update the protocol description. · 64667ec0
      Konstantin Osipov authored
      Update ER_NO_SUCH_PROC, if the procedure doesn't exist,
      quote the procedure name, since it can be empty.
      64667ec0
    • Konstantin Osipov's avatar
      A fix and a test case for Bug#750658 · 58c6dd36
      Konstantin Osipov authored
      A fix and a test case for
      https://bugs.launchpad.net/tarantool/+bug/750658
      
      --background neither closes nor redirects stdin/stdout/stderr
      
      --background option didn't work properly, since stdin/stdout/
      stderr streams were left open and pointing to a terminal.
      
      This lead to a hang when tarantool was started from a
      shell script or over ssh.
      
      If --background option is given, we need to fork,
      try to create a pid file, close stdin/stdout/stderr
      and then initialize the logging
      subsystem.
      58c6dd36
Loading