1. 04 Aug, 2005 7 commits
  2. 03 Aug, 2005 12 commits
    • unknown's avatar
      BUG#12330 Adding updated result file which I missed in last changeset. · 5d00ae49
      unknown authored
      Adds --replace_column to make test results deterministic.
      
      
      mysql-test/r/rpl_slave_status.result:
        BUG#12330 updated result file which I missed in last changeset
        This updates the test to use --replace_column to make the test
        deterministic.
      5d00ae49
    • unknown's avatar
      Merge mysql.com:/Users/emurphy/src/bk-clean/mysql-4.1 · 1927c51f
      unknown authored
      into  mysql.com:/Users/emurphy/src/work/mysql-4.1-bug12330
      
      1927c51f
    • unknown's avatar
      BUG#12330 Add --replace_column in order to make test deterministic. · 0343aa89
      unknown authored
      
      mysql-test/t/rpl_slave_status.test:
        Add --replace-column to make show slave status deterministic
      0343aa89
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1 · d99c6ba9
      unknown authored
      into mysql.com:/M41/mysql-4.1
      
      d99c6ba9
    • unknown's avatar
      Manual merge: Current 4.1.14 has precedence over 4.1.10b · 9e2e7655
      unknown authored
      
      BitKeeper/etc/config:
        Auto merged
      VC++Files/client/mysql.dsp:
        Auto merged
      VC++Files/client/mysqladmin.dsp:
        Auto merged
      VC++Files/client/mysqlcheck.dsp:
        Auto merged
      VC++Files/client/mysqldump.dsp:
        Auto merged
      VC++Files/client/mysqlimport.dsp:
        Auto merged
      VC++Files/client/mysqlshow.dsp:
        Auto merged
      VC++Files/client/mysqltest.dsp:
        Auto merged
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        Auto merged
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        Auto merged
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        Auto merged
      VC++Files/mysqlmanager/mysqlmanager.dsp:
        Auto merged
      acinclude.m4:
        Auto merged
      zlib/ChangeLog:
        Auto merged
      zlib/FAQ:
        Auto merged
      zlib/INDEX:
        Auto merged
      zlib/README:
        Auto merged
      zlib/crc32.c:
        Auto merged
      zlib/deflate.c:
        Auto merged
      zlib/deflate.h:
        Auto merged
      zlib/gzio.c:
        Auto merged
      zlib/infback.c:
        Auto merged
      zlib/inffast.c:
        Auto merged
      zlib/inflate.c:
        Auto merged
      zlib/inftrees.c:
        Auto merged
      zlib/inftrees.h:
        Auto merged
      zlib/trees.c:
        Auto merged
      zlib/zconf.h:
        Auto merged
      zlib/zlib.3:
        Auto merged
      zlib/zlib.h:
        Auto merged
      zlib/zutil.h:
        Auto merged
      9e2e7655
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6571e9d6
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      6571e9d6
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · 94ce8998
      unknown authored
      into  hundin.mysql.fi:/home/heikki/mysql-4.1
      
      94ce8998
    • unknown's avatar
      ha_innodb.cc: · 29acaac9
      unknown authored
        Fix compilation error in previous commit
      
      
      sql/ha_innodb.cc:
        Fix compilation error in previous commit
      29acaac9
    • unknown's avatar
      buf0buf.c: · 2332c7b5
      unknown authored
        Fix a bug: InnoDB could in a crash recovery print a big false corruption warning if the first page of an ibdata file was 'recreated' in the buffer pool; this could happen, for example, if a table was dropped, and the page used later
      
      
      innobase/buf/buf0buf.c:
        Fix a bug: InnoDB could in a crash recovery print a big false corruption warning if the first page of an ibdata file was 'recreated' in the buffer pool; this could happen, for example, if a table was dropped, and the page used later
      2332c7b5
    • unknown's avatar
      Merge hundin.mysql.fi:/home/heikki/mysql-4.0 · cf7e6958
      unknown authored
      into  hundin.mysql.fi:/home/heikki/mysql-4.1
      
      
      sql/ha_innodb.cc:
        Auto merged
      cf7e6958
    • unknown's avatar
      ha_innodb.cc: · b0018f8a
      unknown authored
        Backport of Bug #9670 to 4.0: assertion failure in ut_a(cursor->old_stored == BTR_PCUR_OLD_STORED)
      
      
      sql/ha_innodb.cc:
        Backport of Bug #9670 to 4.0: assertion failure in ut_a(cursor->old_stored == BTR_PCUR_OLD_STORED)
      b0018f8a
    • unknown's avatar
      Portability fixes: · 2058622d
      unknown authored
       - Moved a few DBUG_ENTER statements after the variable declarations to satisfy some
         compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r) in ndb/src/common/portlib/NdbMutex.c
         and ndb/src/common/portlib/NdbThread.c
       - portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll() in 
         ndb/tools/config.cpp
      
      
      ndb/src/common/portlib/NdbMutex.c:
         - Moved a few DBUG_ENTER statements after the variable declarations to satisfy some
           compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r)
      ndb/src/common/portlib/NdbThread.c:
         - Moved a DBUG_ENTER statement after the variable declarations to satisfy some
           compilers (e.g. gcc-2.95.x, gcc-2.96, IBM xlc_r)
      ndb/tools/config.cpp:
         - portability fix for FreeBSD 4.x and HPUX: replaced atoll() with strtoll()
      2058622d
  3. 02 Aug, 2005 12 commits
    • unknown's avatar
      item_sum.cc: · 06d45112
      unknown authored
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
        Added my comment.
      
      
      sql/item_sum.cc:
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
        Added my comment.
      06d45112
    • unknown's avatar
      sql_select.cc, sql_class.h: · 89b8763d
      unknown authored
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
      
      
      sql/sql_class.h:
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
      sql/sql_select.cc:
        Reversed the changes to fix bug #12095 after review
        done by SergeyG. Applied a fix suggested by him.
      89b8763d
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1 · e836d5b5
      unknown authored
      into mysql.com:/space/my/mysql-4.1-build
      
      e836d5b5
    • unknown's avatar
      - Fixed the Requires: tag for the server RPM (BUG#12233), make sure to list all · dc67a266
      unknown authored
        required commands/packages so the installation succeeds. Removed the superflouus
        Requires field from the source RPM.
      
      dc67a266
    • unknown's avatar
      Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-4.1 · 23059603
      unknown authored
      into  mysql.com:/home/svoj/devel/mysql/BUG12075/mysql-4.1
      
      23059603
    • unknown's avatar
      Fix for BUG#12075. · 0ba291bb
      unknown authored
      FULLTEXT non-functional for big5 strings
      
      
      mysql-test/r/ctype_big5.result:
        Test case for BUG#12075.
      mysql-test/t/ctype_big5.test:
        Test case for BUG#12075.
      strings/ctype-big5.c:
        hack: (to be fixed properly later) all multi-byte sequences are considered isalpha() now
      0ba291bb
    • unknown's avatar
      After merge fix. · 7a211ea6
      unknown authored
      7a211ea6
    • unknown's avatar
      Merge mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.0 · f2b4bea8
      unknown authored
      into  mysql.com:/home/svoj/devel/mysql/BUG11684/mysql-4.1
      
      
      myisam/sort.c:
        Auto merged
      mysql-test/r/fulltext.result:
        Manual merge.
      mysql-test/t/fulltext.test:
        Manual merge.
      f2b4bea8
    • unknown's avatar
      BUG#11684 fix. · 0d58b735
      unknown authored
      Repair crashes mysql when table has fulltext index.
      
      
      myisam/sort.c:
        Use static ft_buf instead of dynamic mergebuf. Latter could be NULL if record has long words.
      mysql-test/r/fulltext.result:
        Test case for BUG#11684 - repair crashes mysql when table has fulltext index.
      mysql-test/t/fulltext.test:
        Test case for BUG#11684 - repair crashes mysql when table has fulltext index.
      0d58b735
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-9947 · 8a2251e5
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/sql_parse.cc:
        Auto merged
      8a2251e5
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-11402 · 6428825c
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/item_func.cc:
        Auto merged
      mysql-test/t/func_math.test:
        Resolve conflict
      6428825c
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-10724 · 746d874e
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/item_func.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      mysql-test/t/user_var.test:
        Resolve conflict
      746d874e
  4. 01 Aug, 2005 1 commit
  5. 31 Jul, 2005 4 commits
  6. 30 Jul, 2005 1 commit
  7. 29 Jul, 2005 3 commits
    • unknown's avatar
      fix for bug#12665 · cf1da1a1
      unknown authored
      macro floatget was missing in config-win.h
      
      cf1da1a1
    • unknown's avatar
      Security fix in "zlib": · 71ad2ea0
      unknown authored
      - upgrade zlib to 1.2.2
        (originally:  2005/03/23 21:08:13+01:00 serg@serg.mylan )
      - fixed linking with zlib
        (originally:  2005/05/24 22:42:43+02:00 lenz@mysql.com )
      - one more build fix for zlib.lib - added libpath to the mysql_test_run_new project files
        (originally:  2005/05/25 10:55:21+02:00 lenz@mysql.com )
      - Do not build the RPMs statically on i386 by default, only when adding either
        "--with static" or "--define '_with_static 1'" to the RPM build options.
        Static linking really only makes sense when linking against the specially patched
        glibc 2.2.5.
        (originally:  2005/06/14 21:39:08+02:00 lenz@mysql.com )
      - Apply security patch to bundled zlib for CAN-2005-2096. (Bug #11844)
        (originally:  2005/07/11 10:37:21-07:00 jimw@mysql.com )
      - applied a security fix to inftrees.h from the bundled zlib to resolve a second
        potential zlib security vulnerability (CAN-2005-1849). Fix was taken from the
        official zlib-1.2.3 distribution (no other zlib-1.2.3 changes were applied)
        (originally:  2005/07/27 14:55:08+02:00 lenz@mysql.com )
      - build the RPM binaries against the bundled zlib, when static linking is requested
        (originally:  2005/07/27 16:42:13+02:00 lenz@mysql.com )
      
      
      VC++Files/client/mysql.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqladmin.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlcheck.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqldump.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlimport.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqlshow.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/client/mysqltest.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysql-test/mysql_test_run_new.dsp:
        - added zlib.lib to the LINK32 options
        - added libpath option so that zlib.lib will be found
      VC++Files/mysqlbinlog/mysqlbinlog.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlcheck/mysqlcheck.dsp:
        - added zlib.lib to the LINK32 options
      VC++Files/mysqlmanager/mysqlmanager.dsp:
        - added zlib.lib to the LINK32 options
      acinclude.m4:
        clarify help text
      support-files/mysql.spec.sh:
        - Do not build statically on i386 by default, only when adding either "--with
          static" or "--define '_with_static 1'" to the RPM build options. Static
          linking really only makes sense when linking against the specially patched
          glibc 2.2.5.
        - build against the bundled zlib, when linking statically
      zlib/ChangeLog:
        upgrade zlib to 1.2.2
      zlib/FAQ:
        upgrade zlib to 1.2.2
      zlib/INDEX:
        upgrade zlib to 1.2.2
      zlib/README:
        upgrade zlib to 1.2.2
      zlib/crc32.c:
        upgrade zlib to 1.2.2
      zlib/deflate.c:
        upgrade zlib to 1.2.2
      zlib/deflate.h:
        upgrade zlib to 1.2.2
      zlib/gzio.c:
        upgrade zlib to 1.2.2
      zlib/infback.c:
        upgrade zlib to 1.2.2
      zlib/inffast.c:
        upgrade zlib to 1.2.2
      zlib/inflate.c:
        upgrade zlib to 1.2.2
      zlib/inftrees.c:
        upgrade zlib to 1.2.2
        Apply security patch for CAN-2005-2096
      zlib/inftrees.h:
        upgrade zlib to 1.2.2
        applied another security fix to resolve CAN-2005-1849, taken from the 1.2.3 zlib sources
      zlib/trees.c:
        upgrade zlib to 1.2.2
      zlib/zconf.h:
        upgrade zlib to 1.2.2
      zlib/zlib.3:
        upgrade zlib to 1.2.2
      zlib/zlib.h:
        upgrade zlib to 1.2.2
      zlib/zutil.h:
        upgrade zlib to 1.2.2
      71ad2ea0
    • unknown's avatar
      - fixed a typo in C++Files/client/mysqlclient_ia64.dsp: ctype-cp963.c -> ctype-cp932.c · 43d5d504
      unknown authored
        (thanks to JoergB for spotting it)
      
      
      VC++Files/client/mysqlclient_ia64.dsp:
        - fixed a typo: ctype-cp963.c -> ctype-cp932.c (thanks to JoergB for spotting it)
      43d5d504