1. 16 Feb, 2005 1 commit
    • igor@rurik.mysql.com's avatar
      delete.result, delete.test: · d4779d35
      igor@rurik.mysql.com authored
        Added a test case for bug #8392.
      sql_delete.cc:
        Fixed bug #8392.
        The bug caused a crash for a delete statement with ORDER BY
        that explicitly referred to the modified table.
      d4779d35
  2. 13 Feb, 2005 2 commits
  3. 11 Feb, 2005 8 commits
  4. 10 Feb, 2005 3 commits
  5. 08 Feb, 2005 1 commit
  6. 04 Feb, 2005 1 commit
  7. 03 Feb, 2005 1 commit
  8. 02 Feb, 2005 4 commits
  9. 01 Feb, 2005 8 commits
  10. 31 Jan, 2005 6 commits
  11. 30 Jan, 2005 1 commit
  12. 28 Jan, 2005 3 commits
  13. 27 Jan, 2005 1 commit
    • marko@hundin.mysql.fi's avatar
      configure.in: · 4a2aef45
      marko@hundin.mysql.fi authored
        Add -DDBUG_ON to CXXFLAGS whenever it is added to CFLAGS.
        Thus, sql/ha_innodb.cc will be compiled with the same
        setting of UNIV_DEBUG as the rest of InnoDB,
        i.e., --with-debug enables InnoDB ut_ad() assertions
        everywhere.
      4a2aef45