Skip to content
Snippets Groups Projects
  1. May 19, 2011
  2. Mar 07, 2011
    • Konstantin Osipov's avatar
      Test-runner: extend the grammar to cover Bug#729758 · 7aa6cc8a
      Konstantin Osipov authored
      Allow disjunctions in SELECT WHERE clause and LIMIT
      clause in SELECT, to be able to cover the problem
      reported in Bug#729758.
      
      Fix a bug with prepare_gdb arguments (remove an extra
      space in -e option).
      
      Add a simple test for Bug#729758.
      
      The following bugs were reported in the process:
      
      Bug#729789 "Zero limit is treated the same as no limit"
      Bug#730593 "Bad data if incomplete tuple"
      Bug#730613 "SELECT with a disjunction on multiple keys returns
      matching tuples twice"
      7aa6cc8a
  3. Feb 28, 2011
    • Konstantin Osipov's avatar
      Some initial fixed to compile on FreeBSD. · a6c1f381
      Konstantin Osipov authored
      Implement a number of simple fixes to compile on FreeBSD:
      - work correctly with a GCC version that doesn't have
        -Wno-unused-result
      - compile even if not GNU libc
      - tee doesn't have '--append' option on FreeBSD, use
        the short version ('-a').
      - fix a typo in log_io.c, ENOENT, not ENONET.
      a6c1f381
  4. Feb 21, 2011
  5. Dec 06, 2010
Loading