1. 05 Jan, 2005 1 commit
    • unknown's avatar
      Change mysqld_safe search for mysqld relative to the current working directory · 28478016
      unknown authored
      to only look for the mysqld binary (and english error strings) and assume the
      datadir from that. Then, if that datadir turns out to not exist, startup will
      fail. This avoids the behavior where mysqld_safe would go off and run a totally
      different binary because the data directory had been moved (even when --datadir
      was specified on the command line). (Bug #7249)
      
      
      scripts/mysqld_safe.sh:
        Don't actually verify that datadir exists when
        using relatively-located mysqld -- just assume
        that it does and either let it fail when it
        doesn't, or do the right thing when datadir
        is then set via the command line or my.cnf file.
      28478016
  2. 04 Jan, 2005 6 commits
  3. 03 Jan, 2005 16 commits
  4. 02 Jan, 2005 5 commits
    • unknown's avatar
      set_var.cc: · f92ec090
      unknown authored
        Silence compiler warning.
      
      
      sql/set_var.cc:
        Silence compiler warning.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      f92ec090
    • unknown's avatar
      mysql-test-run.pl: · 4d5ef21f
      unknown authored
        Added initial support for multiple test suites
        Added usage information, i.e. --help
      
      
      mysql-test/mysql-test-run.pl:
        Added initial support for multiple test suites
        Added usage information, i.e. --help
      4d5ef21f
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · 842cde98
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1test2
      
      
      842cde98
    • unknown's avatar
      WL#964 · 55d9781d
      unknown authored
      move my_end() after free_used_memory()
      
      
      client/mysqltest.c:
        move my_end() after free_used_memory()
      55d9781d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · cdc425d5
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      
      cdc425d5
  5. 01 Jan, 2005 6 commits
    • unknown's avatar
      Fixed failed merge · 7a18eb7a
      unknown authored
      7a18eb7a
    • unknown's avatar
      Fixed failed merge · e2d17faa
      unknown authored
      e2d17faa
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4e6f43ac
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      4e6f43ac
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7e6dd93b
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      
      7e6dd93b
    • unknown's avatar
      mysql-test-run.pl: · 3e2e4fb7
      unknown authored
        Added --ps-protocol and --embedded-server
      
      
      mysql-test/mysql-test-run.pl:
        Added --ps-protocol and --embedded-server
      3e2e4fb7
    • unknown's avatar
      log0recv.c: · 56db297d
      unknown authored
        Fix a wrong memset in InnoDB Hot Backup code; the bug probably did not affect anything since we do not assume that the header of a log file is filled with zeros before writing the header info there; the bug found by Felix von Leitner
      
      
      innobase/log/log0recv.c:
        Fix a wrong memset in InnoDB Hot Backup code; the bug probably did not affect anything since we do not assume that the header of a log file is filled with zeros before writing the header info there; the bug found by Felix von Leitner
      56db297d
  6. 31 Dec, 2004 6 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · c68b0445
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      
      c68b0445
    • unknown's avatar
      row0upd.c: · cd47cb56
      unknown authored
        Fix a little bug in InnoDB: we looked at the physical size of a stored SQL NULL value from a wrong field in the index; this has probably caused no bugs visible to the user, only caused some extra space usage in some rare cases; we may later backport the fix to 4.0
      
      
      innobase/row/row0upd.c:
        Fix a little bug in InnoDB: we looked at the physical size of a stored SQL NULL value from a wrong field in the index; this has probably caused no bugs visible to the user, only caused some extra space usage in some rare cases; we may later backport the fix to 4.0
      cd47cb56
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4629c7ec
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      
      4629c7ec
    • unknown's avatar
      - updated compile-dist to include NDB cluster · 0428fcb8
      unknown authored
      
      BUILD/compile-dist:
        - make sure to include NDB cluster in the distribution, too
      0428fcb8
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · 74ddae77
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      Build-tools/Bootstrap:
        Auto merged
      74ddae77
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · f077d4b0
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      
      f077d4b0