1. 26 Jul, 2005 25 commits
    • unknown's avatar
      Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 · 685f9e94
      unknown authored
      into  hundin.mysql.fi:/home/marko/mysql-5.0
      
      685f9e94
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 35b575e8
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      
      sql/item.h:
        Auto merged
      35b575e8
    • unknown's avatar
      item.h: · 8abc41b4
      unknown authored
        Post review change in Item_ref::get_tmp_table_field (bug #11412).
      
      
      sql/item.h:
        Post review change in Item_ref::get_tmp_table_field (bug #11412).
      8abc41b4
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1 · b6b67acc
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      
      mysys/charset.c:
        Auto merged
      b6b67acc
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1f0c0f36
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b12109
      
      1f0c0f36
    • unknown's avatar
      Merge hundin.mysql.fi:/home/marko/mysql-4.1 · 08e18c29
      unknown authored
      into  hundin.mysql.fi:/home/marko/mysql-5.0
      
      
      innobase/include/os0file.h:
        Automerge and manual fix
      innobase/os/os0file.c:
        Automerged
      innobase/trx/trx0sys.c:
        Automerged
      08e18c29
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1 · 71b0f8f0
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      
      BitKeeper/deleted/.del-ctype-cp932.c:
        Auto merged
      strings/ctype-big5.c:
        Auto merged
      strings/ctype-gbk.c:
        Auto merged
      strings/ctype-sjis.c:
        Auto merged
      strings/ctype-mb.c:
        after merge fix
      strings/ctype-simple.c:
        after merge fix
      strings/ctype-ucs2.c:
        after merge fix
      strings/ctype-ujis.c:
        after merge fix
      strings/ctype-utf8.c:
        After merge fix
      71b0f8f0
    • unknown's avatar
      ctype-big5.c: · 0ac6408c
      unknown authored
      ctype-cp932.c:
      ctype-gbk.c:
      ctype-mb.c:
      ctype-simple.c:
      ctype-sjis.c:
      ctype-ucs2.c:
      ctype-ujis.c:
      ctype-utf8.c:
      
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      
      
      strings/ctype-big5.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-cp932.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-gbk.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-mb.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-simple.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-sjis.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-ucs2.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-ujis.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      strings/ctype-utf8.c:
        Adding explicit cast to return type
        in pointer substructions to avoid
        warnings from some compilers.
      0ac6408c
    • unknown's avatar
      InnoDB: Do not flush after each write, not even when creating the · 4db445b9
      unknown authored
      data files.  Previously, writes were flushed until the doublewrite
      buffer was created.  That would be too slow on systems where
      os_file_flush() [or fsync(2)] is slow.  (Bug #12125)
      
      
      innobase/include/os0file.h:
        Disable os_do_not_call_flush_at_each_write unless #ifdef UNIV_DO_FLUSH
      innobase/os/os0file.c:
        Disable os_do_not_call_flush_at_each_write unless #ifdef UNIV_DO_FLUSH
      innobase/trx/trx0sys.c:
        Disable os_do_not_call_flush_at_each_write unless #ifdef UNIV_DO_FLUSH
      4db445b9
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 63251639
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      63251639
    • unknown's avatar
      Bug#10201 group_concat returns string with binary collation · 9aedbc3f
      unknown authored
      item.cc:
        After merge fixes.
      func_gconcat.result:
        After merge fixes
      
      
      mysql-test/r/func_gconcat.result:
        After merge fixes
      sql/item.cc:
        After merge fixes.
      9aedbc3f
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b10201 · 54c7d43a
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      
      mysql-test/r/func_gconcat.result:
        Auto merged
      mysql-test/t/func_gconcat.test:
        Auto merged
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.hpp:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_func.h:
        Auto merged
      sql/item_sum.cc:
        Auto merged
      include/config-netware.h:
        auto merge fix
      libmysql/libmysql.def:
        after merge fix
      sql/item_func.cc:
        SCCS merged
      54c7d43a
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 6f06cf77
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b10201
      
      6f06cf77
    • unknown's avatar
      func_gconcat.result, func_gconcat.test: · 5ae56c81
      unknown authored
        Adding test
      item_sum.cc:
        Adding a call for collation/charset aggregation,
            to collect attributes from the arguments. The actual bug fix.
      item_func.h, item_func.cc, item.h, item.cc:
        - Removing collation aggrgation functions from Item_func class
            in item.cc, and adding it as non-class functions in item.cc
            to be able to reuse this code for group_concat.
            - Adding replacement for these functions into Item_func class
            as wrappers for moved functions, to minizize patch size,
      
      
      sql/item.cc:
        - Removing collation aggrgation functions from Item_func class
            in item.cc, and adding it as non-class functions in item.cc
            to be able to reuse this code for group_concat.
            - Adding replacement for these functions into Item_func class
            as wrappers for moved functions, to minizize patch size,
      sql/item.h:
        - Removing collation aggrgation functions from Item_func class
            in item.cc, and adding it as non-class functions in item.cc
            to be able to reuse this code for group_concat.
            - Adding replacement for these functions into Item_func class
            as wrappers for moved functions, to minizize patch size,
      sql/item_func.cc:
        - Removing collation aggrgation functions from Item_func class
            in item.cc, and adding it as non-class functions in item.cc
            to be able to reuse this code for group_concat.
            - Adding replacement for these functions into Item_func class
            as wrappers for moved functions, to minizize patch size,
      sql/item_func.h:
        - Removing collation aggrgation functions from Item_func class
            in item.cc, and adding it as non-class functions in item.cc
            to be able to reuse this code for group_concat.
            - Adding replacement for these functions into Item_func class
            as wrappers for moved functions, to minizize patch size,
      sql/item_sum.cc:
        Adding a call for collation/charset aggregation,
            to collect attributes from the arguments. The actual bug fix.
      mysql-test/t/func_gconcat.test:
        Adding test
      mysql-test/r/func_gconcat.result:
        Adding test
      5ae56c81
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6d3639b4
      unknown authored
      into  hundin.mysql.fi:/home/jan/mysql-5.0
      
      6d3639b4
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 652a56d7
      unknown authored
      into  mysql.com:/usr/home/ram/work/5.0.b11546
      
      652a56d7
    • unknown's avatar
      a fix (bug #11546: Bad error message from inserting out of range values, SQL_MODE='tradition'). · 37e7f41e
      unknown authored
      
      sql/field.cc:
        a fix (bug #11546: Bad error message from inserting out of range values, SQL_MODE='tradition').
        raise an error in case of strict mode for bit fields.
      37e7f41e
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · d5030223
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0-push
      
      d5030223
    • unknown's avatar
      ndb - changed config · 4982fc38
      unknown authored
      
      mysql-test/r/ndb_config.result:
        changed config
      4982fc38
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · a8758a5b
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0-push
      
      a8758a5b
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 2ae2cb2a
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0
      
      2ae2cb2a
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · de14d1db
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      de14d1db
    • unknown's avatar
      Merge jlindstrom@bk-internal.mysql.com:/home/bk/mysql-5.0 · 5e2124f2
      unknown authored
      into  hundin.mysql.fi:/home/jan/mysql-5.0
      
      5e2124f2
    • unknown's avatar
      ndb_config test requires ndb · cd074a5a
      unknown authored
      
      mysql-test/t/ndb_config.test:
        test requires ndb
      cd074a5a
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 0206fd85
      unknown authored
      into rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      
      0206fd85
  2. 25 Jul, 2005 15 commits
    • unknown's avatar
      sql_select.cc: · 81746cf0
      unknown authored
        Fixed bug #11412.
        Reversed the patch of cs 1.1934 for the function 
        create_tmp_table. Modified the function to support
        tem_ref objects created for view fields.
      item_buff.cc:
        Fixed bug #11412.
        Modified implementation of new_Cached_item to support
        cacheing of view fields.
      item.h:
        Fixed bug #11412.
        Changed implementation of Item_ref::get_tmp_table_field and
        added Item_ref::get_tmp_table_item to support Item_ref objects
        created for view fields.
      view.test, view.result:
        Added a test case for bug #11412.
      
      
      mysql-test/r/view.result:
        Added a test case for bug #11412.
      mysql-test/t/view.test:
        Added a test case for bug #11412.
      sql/item.h:
        Fixed bug #11412.
        Changed implementation of Item_ref::get_tmp_table_field and
        added Item_ref::get_tmp_table_item to support Item_ref objects
        created for view fields.
      sql/item_buff.cc:
        Fixed bug #11412.
        Modified implementation of new_Cached_item to support
        cacheing of view fields.
      sql/sql_select.cc:
        Fixed bug #11412.
        Reversed the patch of cs 1.1934 for the function 
        create_tmp_table. Modified the function to support
        tem_ref objects created for view fields.
      81746cf0
    • unknown's avatar
      charset.c: · 56dc44c4
      unknown authored
        Bug#12109 possible locking bug in init_available_charset
        Recheck charset_initialized inside locked code,
        to garantee two threads are not entering
        consequently.
      
      
      mysys/charset.c:
        Bug#12109 possible locking bug in init_available_charset
        Recheck charset_initialized inside locked code,
        to garantee two threads are not entering
        consequently.
      56dc44c4
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · b277578c
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0-push
      
      b277578c
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · ed1b7f08
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0
      
      ed1b7f08
    • unknown's avatar
      Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.1 · 2f068186
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      2f068186
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-merge · 491f810b
      unknown authored
      into mysql.com:/space/my/mysql-4.1
      
      491f810b
    • unknown's avatar
      Merge mysql.com:/space/my/mysql-4.1-merge · 23cc4c6b
      unknown authored
      into mysql.com:/space/my/mysql-5.0-build
      
      
      scripts/Makefile.am:
        Auto merged
      23cc4c6b
    • unknown's avatar
      - merge from 4.0: updated scripts/Makefile.am to properly create but not install · f52381d9
      unknown authored
        make_binary_distribution, make_sharedlib_distribution and make_win_src_distribution
      - removed make_win_binary_distribution.sh
      
      
      BitKeeper/deleted/.del-make_win_binary_distribution.sh~e0fbb0a75af0dcd3:
        Auto merged
      scripts/Makefile.am:
        - after merge fix: removed the "all" target - these files are now built via
          noinst_SCRIPTS instead.
      f52381d9
    • unknown's avatar
      - Make sure the scripts make_binary_distribution, make_sharedlib_distribution and · ef3e6f22
      unknown authored
        make_win_src_distribution are created, but not installed
      - removed make_win_binary_distribution.sh as it's obsolete and outdated
      
      
      BitKeeper/deleted/.del-make_win_binary_distribution.sh~e0fbb0a75af0dcd3:
        Delete: scripts/make_win_binary_distribution.sh
      scripts/Makefile.am:
        - Make sure the scripts make_binary_distribution, make_sharedlib_distribution and
          make_win_src_distribution are created, but not installed. This is the proper fix
          for what I began in the previous ChangeSet
        - removed make_win_binary_distribution.sh from the distribution, as it's obsolete
          and outdated
      ef3e6f22
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 91003838
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      91003838
    • unknown's avatar
      fix compile error · 65685d63
      unknown authored
      65685d63
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 57aeb18a
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Auto merged
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      57aeb18a
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 78670f91
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      78670f91
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 8c171be8
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      
      ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.hpp:
        Auto merged
      8c171be8
    • unknown's avatar
      ndb - Fix LCP during SR parameters · 3f34de0b
      unknown authored
      
      ndb/include/mgmapi/mgmapi_config_parameters.h:
        Fix LCP during SR parameters
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Fix LCP during SR parameters
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Fix LCP during SR parameters
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Fix LCP during SR parameters
      3f34de0b