1. 03 Aug, 2005 11 commits
    • 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
  2. 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
  3. 01 Aug, 2005 1 commit
  4. 31 Jul, 2005 4 commits
  5. 30 Jul, 2005 1 commit
  6. 29 Jul, 2005 8 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
    • unknown's avatar
      Increase version number (prepare for new build including security fixes in "zlib"). · cc083f00
      unknown authored
      
      BitKeeper/etc/config:
        Using licensed version now.
      cc083f00
    • unknown's avatar
      func_gconcat.result, func_gconcat.test: · a89c7087
      unknown authored
        Added a test case for bug #12095.
      sql_class.h:
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        Added a flag to the TMP_TABLE_PARAM class forcing to put constant
        items generated after elimination of a single row table into temp table
        in some cases (e.g. when GROUP_CONCAT is calculated over a single row
        table).
        bk ci sql/item_sum.cc
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        If GROUP_CONCAT is calculated we always put its argument into a temp
        table, even when the argument is a constant item.
      sql_select.cc:
        Fixed bug #12095: a join query with GROUP_CONCAT over one row table.
        If temp table is used to calculate GROUP_CONCAT the argument should
        be always put into this table, even when it is a constant item.
      
      
      sql/sql_select.cc:
        Fixed bug #12095: a join query with GROUP_CONCAT over one row table.
        If temp table is used to calculate GROUP_CONCAT the argument should
        be always put into this table, even when it is a constant item.
      sql/sql_class.h:
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        Added a flag to the TMP_TABLE_PARAM class forcing to put constant
        items generated after elimination of a single row table into temp table
        in some cases (e.g. when GROUP_CONCAT is calculated over a single row
        table).
        bk ci sql/item_sum.cc
        Fixed bug #12095: a join query with GROUP_CONCAT over a single row table.
        If GROUP_CONCAT is calculated we always put its argument into a temp
        table, even when the argument is a constant item.
      mysql-test/t/func_gconcat.test:
        Added a test case for bug #12095.
      mysql-test/r/func_gconcat.result:
        Added a test case for bug #12095.
      a89c7087
    • unknown's avatar
      testcase for bug 10780 was not added in the previous commit · f8bdaa14
      unknown authored
      
      mysql-test/t/rpl_slave_status.test:
        New BitKeeper file ``mysql-test/t/rpl_slave_status.test''
      f8bdaa14
    • unknown's avatar
      patch for bug 10780 · 324c1b47
      unknown authored
      
      sql/slave.cc:
        bug 10780
      sql/slave.h:
        bug 10780
      mysql-test/r/rpl_slave_status.result:
        New BitKeeper file ``mysql-test/r/rpl_slave_status.result''
      324c1b47
    • unknown's avatar
      null_key.test, null_key.result: · 97e3c448
      unknown authored
        Made the test case for bug #12144 independent on other tests.
      
      
      mysql-test/r/null_key.result:
        Made the test case for bug #12144 independent on other tests.
      mysql-test/t/null_key.test:
        Made the test case for bug #12144 independent on other tests.
      97e3c448
  7. 28 Jul, 2005 3 commits
    • unknown's avatar
      null_key.test, null_key.result: · dffd6830
      unknown authored
        Modified the test case for patch of the bug #12144
        to display status of Handler_read_next before and
        after the tested query.
      
      
      mysql-test/r/null_key.result:
        Modified the test case for patch of the bug #12144
        to display status of Handler_read_next before and
        after the tested query.
      mysql-test/t/null_key.test:
        Modified the test case for patch of the bug #12144
        to display status of Handler_read_next before and
        after the tested query.
      dffd6830
    • unknown's avatar
      Manual merge · f5a1cf72
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      f5a1cf72
    • unknown's avatar
      sql_select.cc: · 50a07ca4
      unknown authored
        Fixed bug #12144.
        Added an optimization that avoids key access with null keys for the 'ref'
        method when used in outer joins. The regilar optimization with adding
        IS NOT NULL expressions is not applied for outer join on expressions as
        the predicates of these expressions are not pushed down in 4.1.
      null_key.result, null_key.test:
        Added a test case for bug #12144.
      
      
      mysql-test/t/null_key.test:
        Added a test case for bug #12144.
      mysql-test/r/null_key.result:
        Added a test case for bug #12144.
      sql/sql_select.cc:
        Fixed bug #12144.
        Added an optimization that avoids key access with null keys for the 'ref'
        method when used in outer joins. The regilar optimization with adding
        IS NOT NULL expressions is not applied for outer join on expressions as
        the predicates of these expressions are not pushed down in 4.1.
      50a07ca4