1. 05 Jan, 2005 1 commit
    • unknown's avatar
      Change mysqld_safe search for mysqld relative to the current working directory · c1d30d4b
      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.
      c1d30d4b
  2. 04 Jan, 2005 6 commits
  3. 03 Jan, 2005 16 commits
  4. 02 Jan, 2005 5 commits
    • unknown's avatar
      set_var.cc: · 2477e3a7
      unknown authored
        Silence compiler warning.
      
      
      sql/set_var.cc:
        Silence compiler warning.
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      2477e3a7
    • unknown's avatar
      mysql-test-run.pl: · 5f22b251
      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
      5f22b251
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · c31f5011
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1test2
      
      c31f5011
    • unknown's avatar
      WL#964 · b6bfaea2
      unknown authored
      move my_end() after free_used_memory()
      
      
      client/mysqltest.c:
        move my_end() after free_used_memory()
      b6bfaea2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · b065a362
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      b065a362
  5. 01 Jan, 2005 6 commits
    • unknown's avatar
      Fixed failed merge · 4923ac5c
      unknown authored
      4923ac5c
    • unknown's avatar
      Fixed failed merge · 509c8c22
      unknown authored
      509c8c22
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 45bc342a
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      45bc342a
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8bb5133a
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      8bb5133a
    • unknown's avatar
      mysql-test-run.pl: · de4853c3
      unknown authored
        Added --ps-protocol and --embedded-server
      
      
      mysql-test/mysql-test-run.pl:
        Added --ps-protocol and --embedded-server
      de4853c3
    • unknown's avatar
      log0recv.c: · dee1ccd4
      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
      dee1ccd4
  6. 31 Dec, 2004 6 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 5be05aa7
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      5be05aa7
    • unknown's avatar
      row0upd.c: · 89ae5766
      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
      89ae5766
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-4.1 · 7a906517
      unknown authored
      into mysql.com:/usr/local/home/marty/MySQL/mysql-4.1
      
      7a906517
    • unknown's avatar
      - updated compile-dist to include NDB cluster · 03b9c209
      unknown authored
      
      BUILD/compile-dist:
        - make sure to include NDB cluster in the distribution, too
      03b9c209
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.0 · b92b213f
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      
      Build-tools/Bootstrap:
        Auto merged
      b92b213f
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 8bf40217
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
      
      8bf40217