1. 03 Jan, 2005 8 commits
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · ed99f914
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1test2
      
      
      ed99f914
    • unknown's avatar
      WL#964 · 8bf7b342
      unknown authored
      added sort of file names for all OS
      
      
      BitKeeper/etc/ignore:
        Added mysql-test/mysql-test-run.log mysql-test/r/alter_table.err mysql-test/r/archive.err mysql-test/r/bdb-alter-table-1.err mysql-test/r/bdb-alter-table-2.err mysql-test/r/bdb-crash.err mysql-test/r/bdb-deadlock.err mysql-test/r/bdb.err mysql-test/r/bdb_cache.err mysql-test/r/client_test.err mysql-test/r/csv.err mysql-test/r/ctype_ucs.err mysql-test/r/derived.err mysql-test/r/exampledb.err mysql-test/r/func_encrypt.err mysql-test/r/isam.err mysql-test/r/lowercase_table2.err mysql-test/r/multi_update.err mysql-test/r/mysql_protocols.err mysql-test/r/mysqlbinlog.err mysql-test/r/mysqlbinlog2.err mysql-test/r/mysqldump.err mysql-test/r/mysqltest.err mysql-test/r/ndb_alter_table.err mysql-test/r/ndb_autodiscover.err mysql-test/r/ndb_autodiscover2.err mysql-test/r/ndb_basic.err mysql-test/r/ndb_blob.err mysql-test/r/ndb_cache.err mysql-test/r/ndb_charset.err mysql-test/r/ndb_index.err mysql-test/r/ndb_index_ordered.err mysql-test/r/ndb_index_unique.err mysql-test/r/ndb_insert.err mysql-test/r/ndb_limit.err m
      mysql-test/mysql_test_run_new.c:
        added sort of file names for all OS
      8bf7b342
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 1b2b19ad
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      
      1b2b19ad
    • unknown's avatar
      Merge sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 · 4696be1c
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      
      4696be1c
    • unknown's avatar
      Merge mysql.com:/home/wax/mysql/mysql-4.1 · 5ae33d6e
      unknown authored
      into mysql.com:/home/wax/mysql/mysql-4.1test2
      
      
      5ae33d6e
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · d0a3752b
      unknown authored
      into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.1
      
      
      d0a3752b
    • unknown's avatar
      Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 · 942ae30f
      unknown authored
      into deer.(none):/home/hf/work/mysql-4.1.7545
      
      
      942ae30f
    • unknown's avatar
      Fix for bug #7545 (Undefined symbols if --without-geometry) · d942c9a8
      unknown authored
      
      myisam/mi_check.c:
        This code should be ifdefed in no HAVE_SPATIAL case
      d942c9a8
  2. 02 Jan, 2005 4 commits
  3. 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
  4. 31 Dec, 2004 11 commits
  5. 30 Dec, 2004 11 commits
    • unknown's avatar
      Merged fixes for bug #7297 "Two digit year should be interpreted · 0e302f5e
      unknown authored
      correctly even with zero month and day" and bug #7515 "from_unixtime(0)
      now returns NULL instead of the Epoch" into 4.1 tree.
      
      
      mysql-test/r/ps_2myisam.result:
        Updated test result after merging fix for bug #7297 "Two digit year should
        be interpreted correctly even with zero month and day" into 4.1
      mysql-test/r/ps_3innodb.result:
        Updated test result after merging fix for bug #7297 "Two digit year should
        be interpreted correctly even with zero month and day" into 4.1
      mysql-test/r/ps_4heap.result:
        Updated test result after merging fix for bug #7297 "Two digit year should
        be interpreted correctly even with zero month and day" into 4.1
      mysql-test/r/ps_5merge.result:
        Updated test result after merging fix for bug #7297 "Two digit year should
        be interpreted correctly even with zero month and day" into 4.1
      mysql-test/r/ps_6bdb.result:
        Updated test result after merging fix for bug #7297 "Two digit year should
        be interpreted correctly even with zero month and day" into 4.1
      mysql-test/r/ps_7ndb.result:
        Updated test result after merging fix for bug #7297 "Two digit year should
        be interpreted correctly even with zero month and day" into 4.1
      sql-common/my_time.c:
        Merged fix for bug #7297 "Two digit year should be interpreted correctly
        even with zero month and day" into 4.1
      sql/item_timefunc.cc:
        Small fix after merging patch solving bug #7515 "from_unixtime(0) now
        returns NULL instead of the Epoch" into 4.1.
      0e302f5e
    • unknown's avatar
      Merged bugfix · ade13078
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      sql/ha_ndbcluster.h:
        Auto merged
      ade13078
    • unknown's avatar
      merged · 379613c3
      unknown authored
      379613c3
    • unknown's avatar
    • unknown's avatar
      Fix for bug #7480 Mysqld crash in ha_ndbcluster using Query Browser · 523882ab
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      523882ab
    • unknown's avatar
      Manual merge of fix for bugs of #7297 and #7515 into 4.1 tree. · e107535f
      unknown authored
      
      mysql-test/r/func_time.result:
        Manual merge.
      mysql-test/r/type_datetime.result:
        Manual merge.
      mysql-test/t/func_time.test:
        Manual merge.
      mysql-test/t/type_datetime.test:
        Manual merge.
      sql/item_timefunc.cc:
        Manual merge.
      sql/item_timefunc.h:
        Manual merge.
      sql/time.cc:
        Manual merge.
      e107535f
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 15017480
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.0-bg7297
      
      
      15017480
    • unknown's avatar
      Fix for bug #7515 "from_unixtime(0) now returns NULL instead of · 1ffd688a
      unknown authored
      the Epoch". (With after review fixes).
      
      
      mysql-test/r/func_time.result:
        Added test for bug #7515 "from_unixtime(0) now returns NULL instead of
        the Epoch".
      mysql-test/t/func_time.test:
        Added test for bug #7515 "from_unixtime(0) now returns NULL instead of
        the Epoch".
      sql/item_timefunc.cc:
        Item_func_from_unixtime:
         from_unixtime(0) should return Epoch instead of NULL.
      sql/item_timefunc.h:
        Item_func_from_unixtime:
         - Removed unused method definition.
         - fix_length_and_dec() should set maybe_null to true since now
           from_unixtime() can return NULL even in case when none of its
           arguments is NULL.
      1ffd688a
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 12b08e56
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-4.1-dtbug
      
      
      12b08e56
    • unknown's avatar
      Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 · 81a81a95
      unknown authored
      into mysql.com:/dbdata/psergey/mysql-4.1-look
      
      
      81a81a95
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · 63af18b5
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      
      63af18b5