1. 26 Jul, 2005 11 commits
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b10201 · 5fa6e3c5
      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
      5fa6e3c5
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · d66d45ef
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b10201
      
      
      d66d45ef
    • unknown's avatar
      func_gconcat.result, func_gconcat.test: · 8624bcfd
      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
      8624bcfd
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4cc9707e
      unknown authored
      into  mysql.com:/usr/home/ram/work/5.0.b11546
      
      
      4cc9707e
    • unknown's avatar
      a fix (bug #11546: Bad error message from inserting out of range values, SQL_MODE='tradition'). · 607852cf
      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.
      607852cf
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · a41f7d72
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0-push
      
      
      a41f7d72
    • unknown's avatar
      ndb - changed config · 359b78f1
      unknown authored
      
      mysql-test/r/ndb_config.result:
        changed config
      359b78f1
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · 185525b6
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0-push
      
      
      185525b6
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 43f8b39d
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-5.0
      
      
      43f8b39d
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · 6bac3d43
      unknown authored
      into  mysql.com:/home/jonas/src/mysql-4.1-push
      
      
      6bac3d43
    • unknown's avatar
      ndb_config test requires ndb · 702f17ee
      unknown authored
      
      mysql-test/t/ndb_config.test:
        test requires ndb
      702f17ee
  2. 25 Jul, 2005 14 commits
  3. 24 Jul, 2005 7 commits
  4. 23 Jul, 2005 3 commits
    • unknown's avatar
      Add tool to extract config info from ndb_mgmd · 8dd5bd5e
      unknown authored
      
      ndb/include/mgmapi/mgmapi.h:
        Add feature to redirect error printouts
      ndb/src/mgmapi/mgmapi.cpp:
        Add feature to redirect error printouts
      ndb/src/mgmsrv/ConfigInfo.hpp:
        Make param info public
      ndb/tools/Makefile.am:
        Add ndb_config
      ndb/tools/config.cpp:
        New BitKeeper file ``ndb/tools/config.cpp''
      8dd5bd5e
    • unknown's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0 · 478e6f29
      unknown authored
      into  sanja.is.com.ua:/home/bell/mysql/bk/work-bug1-5.0
      
      
      BitKeeper/etc/config:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      mysql-test/r/query_cache.result:
        SCCS merged
      mysql-test/t/query_cache.test:
        SCCS merged
      478e6f29
    • unknown's avatar
      store SERVER_MORE_RESULTS_EXISTS in key of query cache (BUG#6897) · cebe1b5d
      unknown authored
      
      mysql-test/r/query_cache.result:
        query in QC from normal execution and SP
      mysql-test/t/query_cache.test:
        environment restoring fix
        layout fix
        query in QC from normal execution and SP
      sql/mysql_priv.h:
        store SERVER_MORE_RESULTS_EXISTS
      sql/sql_cache.cc:
        store SERVER_MORE_RESULTS_EXISTS in key of query cache
      BitKeeper/etc/config:
        switching logging off
      cebe1b5d
  5. 22 Jul, 2005 5 commits