Skip to content
Snippets Groups Projects
  1. Jun 03, 2011
  2. Jun 02, 2011
  3. Jun 01, 2011
  4. May 31, 2011
    • Konstantin Osipov's avatar
      User guide: add error codes. · 8a3bd2c7
      Konstantin Osipov authored
      Learn how to use olinking correctly.
      Add errcode.xml - the list of all error codes.
      While at it, add markers to errcode.h signalling
      that whenever it is changed, errcode.xml also needs a change.
      Get rid of ERR_CODE_UNKNOWN_ERROR - it has no raison d'être.
      
      Tweak the docbook to html XSL rules, in particular
      table of contents generation.
      8a3bd2c7
  5. May 27, 2011
  6. May 26, 2011
  7. May 20, 2011
  8. May 19, 2011
  9. May 06, 2011
  10. Apr 05, 2011
  11. Mar 31, 2011
  12. Mar 16, 2011
  13. Mar 15, 2011
  14. Feb 27, 2011
  15. Feb 21, 2011
  16. Feb 11, 2011
  17. Dec 31, 2010
    • Konstantin Osipov's avatar
      Test-runner: support for SQL. · 7ff8c17a
      Konstantin Osipov authored
      Implement a basic SQL parser.
      
      Implement SQL statements: INSERT, UPDATE, DELETE,
      PING.
      
      Add a test case that tests INSERT/SELECT/DELETE.
      
      Other changes:
      
      Remove support for result-prefix from admin.py
      Rename admin.py to tarantool (tarantool client).
      Add readline support to tarantool client.
      Make sql.g and sql.py independent from yapps
      Add gdb support to ./test-run
      Disable all optimizations when compiling with DEBUG.
      Fix a few bugs discovered by trial and error in silverbox
      protocol description.
      Add automatic reconnection in case of server disconnect
      to test connections. This is used to automatically
      reconnect to the server after server restart or reinstall.
      Implement soft and hard (with and without removal of vardir)
      server restart.
      Make show.test results independent from other tests (data I/O
      skews statistics, and there is no way to reset it without
      restarting the server).
      Add  TCP_NODELAY to fiber sockets.
      7ff8c17a
  18. Dec 13, 2010
  19. Sep 08, 2010
Loading