1. 03 Sep, 2004 1 commit
    • igor@rurik.mysql.com's avatar
      select.result, select.test: · f888026f
      igor@rurik.mysql.com authored
        Added a test case for bug #5333.
      null_key.result, key_primary.result:
        Made covering index usable for const tables.
      sql_select.cc:
        Made covering index usable for const tables:
        downported the corresponding code from 4.1.
        Simultaneously fixed bug #5333 reported for 4.1.
        The bug was due to the fact that field index in join
        structures was always set to 0 for const tables.
      f888026f
  2. 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
  3. 20 Aug, 2004 3 commits
  4. 19 Aug, 2004 9 commits
  5. 18 Aug, 2004 4 commits
  6. 17 Aug, 2004 6 commits
  7. 16 Aug, 2004 2 commits
  8. 14 Aug, 2004 2 commits
  9. 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
  10. 12 Aug, 2004 8 commits