1. 21 Aug, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      null.test, null.result: · 4b760fcb
      igor@rurik.mysql.com authored
        Added test case for bug #4256.
      join_outer.result:
        Fixed bug #4256.
      item_cmpfunc.h:
        Fixed inconsistency of values of used_tables_cache and
        const_item_cache for Item_func_isnull objects.
        This inconsistency caused bug #4256.
      4b760fcb
  2. 20 Aug, 2004 3 commits
  3. 19 Aug, 2004 9 commits
  4. 18 Aug, 2004 4 commits
  5. 17 Aug, 2004 6 commits
  6. 16 Aug, 2004 2 commits
  7. 14 Aug, 2004 2 commits
  8. 13 Aug, 2004 4 commits
    • heikki@hundin.mysql.fi's avatar
      row0mysql.c: · 5273b4e5
      heikki@hundin.mysql.fi authored
        Fix bug: if we RENAME a table, InnoDB forgot to load the foreign key constraints that reference the new table name, and forgot to check that they are compatible with the table
      5273b4e5
    • lenz@mysql.com's avatar
      - manual merge · 586e5af9
      lenz@mysql.com authored
      586e5af9
    • guilhem@mysql.com's avatar
      Escaping [] so that darwin[7-8] gets into 'configure' and not darwin7-8 · c9a46a43
      guilhem@mysql.com authored
      Adding a compilation define so that on recent Darwin mysqld does not react to SIGHUP and SIGQUIT:
      this fixes a rpl000001 problem on our Powermac G5 machine (popping after an upgrade from 10.3.4 to
      10.3.5) and is expected to fix 
      BUG#2030 "relay bin log on slave resets multiple times a second"
      (i.e. under some Mac OS X Panther versions, mysqld receives many SIGHUP and SIGQUIT).
      So this fix is more a problem-hider than a real understanding of why mysqld receives so many signals.
      Note that we saw other problems on this OS where mysqld reacts to Ctrl-Z but apparently only once,
      where using SSL seems to make the problem more frequent...
      c9a46a43
    • lenz@mysql.com's avatar
      Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.0 · 7fac8214
      lenz@mysql.com authored
      into mysql.com:/space/my/mysql-4.0
      7fac8214
  9. 12 Aug, 2004 9 commits