1. 15 Dec, 2005 1 commit
    • rparranovo@mysql.com's avatar
      Makefile.am: · 1ca115d6
      rparranovo@mysql.com authored
        - modified zlib/Makefile.am so we now generate libz.so.1.2.3 instead of libz.so.0.0.0
      1ca115d6
  2. 12 Dec, 2005 9 commits
  3. 11 Dec, 2005 2 commits
  4. 09 Dec, 2005 1 commit
  5. 08 Dec, 2005 2 commits
    • konstantin@mysql.com's avatar
      A fix and a test case for Bug#15441 "Running SP causes Server · bbf3a593
      konstantin@mysql.com authored
      to Crash": the bug was that due to non-standard name
      resolution precedence in stored procedures (See Bug#5967)
      a stored procedure variable took precedence over a table column
      when the arguments for VALUES() function were resolved.
      The implementation of VALUES() function was not designed to work
      with Item_splocal and crashed.
      VALUES() function is non-standard. It can refer to, and
      is meaningful for, table columns only. The patch disables SP 
      variables as possible arguments of VALUES() function.
      bbf3a593
    • jimw@mysql.com's avatar
      Fix calls to free_underlaid_joins() in INSERT, DELETE, and UPDATE · f7ff3d65
      jimw@mysql.com authored
      handling so that indexes are closed before trying to commit the
      transaction. (Bug #15536)
      f7ff3d65
  6. 07 Dec, 2005 25 commits