1. 13 Apr, 2005 2 commits
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · 7220e48d
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      sql/item.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      7220e48d
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-5.0 · cafae817
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/include/ndbapi/NdbScanOperation.hpp:
        Auto merged
      ndb/include/ndbapi/NdbTransaction.hpp:
        Auto merged
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Auto merged
      ndb/src/ndbapi/NdbScanOperation.cpp:
        Auto merged
      ndb/src/ndbapi/NdbTransaction.cpp:
        Auto merged
      ndb/test/ndbapi/testOIBasic.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      cafae817
  2. 12 Apr, 2005 16 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 5630f073
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      5630f073
    • unknown's avatar
      mysql-test/r/flush_block_commit.result · 70d8ae01
      unknown authored
          correct result after bugfix
      sql/sql_class.cc
          initialize net.query_cache_query
      
      
      mysql-test/r/flush_block_commit.result:
        correct result after bugfix
      sql/sql_class.cc:
        initialize net.query_cache_query
      sql/sql_yacc.yy:
        oops
      70d8ae01
    • unknown's avatar
      Bit type: code clean-up. · 923b76f8
      unknown authored
      
      sql/field.h:
        Field_bit_as_char::size_of() added - we use it in the ::new_key_field().
      sql/sql_table.cc:
        We have to set pack_flag for bit fields in the mysql_prepare_table()
        as we use it in the create_length_to_internal_length().
      923b76f8
    • unknown's avatar
      Merge mysql.com:/usr/local/bk/mysql-5.0 · 87e742c1
      unknown authored
      into mysql.com:/home/pem/work/mysql-5.0
      
      
      87e742c1
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · b59dc1e8
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      
      sql/handler.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      b59dc1e8
    • unknown's avatar
      FLUSH TABLES WITH READ LOCK should block writes to binlog too · 859b3e16
      unknown authored
      
      mysql-test/r/flush_block_commit.result:
        FLUSH TABLES WITH READ LOCK should block writes to binlog too
        it does not yet
      mysql-test/t/flush_block_commit.test:
        FLUSH TABLES WITH READ LOCK should block writes to binlog too
        it does not yet
      859b3e16
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · ce02a55c
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      ce02a55c
    • unknown's avatar
      Bit type: code cleanup. · 3767fb01
      unknown authored
      
      sql/field.cc:
        We have to use memcmp() here to get determinate results.
      sql/sql_table.cc:
        Should set pack_flag here instead of doing |=
      3767fb01
    • unknown's avatar
      Fixed BUG#7185: Stored procedure crash if identifier is AVG · db40f4a5
      unknown authored
      
      mysql-test/r/sp.result:
        Added test case for BUG#7185.
      mysql-test/t/sp.test:
        Added test case for BUG#7185.
      sql/sql_yacc.yy:
        Allow non-reserved words as stored procedure names.
      db40f4a5
    • unknown's avatar
      Fixed BUG#6663: Stored Procedures code report non-selected DB · 99b986d0
      unknown authored
                      when CREATE but not when ALTER
      
      
      sql/sql_parse.cc:
        Return more consistent error message for alter/drop procedure/function
        when no current database and no qualified name.
      99b986d0
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 378c506d
      unknown authored
      into neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      mysql-test/r/heap.result:
        Auto merged
      mysql-test/t/heap.test:
        Auto merged
      378c506d
    • unknown's avatar
      Merge grichter@bk-internal.mysql.com:/home/bk/mysql-5.0 · 79c62d31
      unknown authored
      into lmy002.wdf.sap.corp:/home/georg/work/mysql/prod/mysql-5.0
      
      
      79c62d31
    • unknown's avatar
      BUG#8924 'Explain' shows different strategy · 5b5a1239
      unknown authored
       - If number of records in table is 4, the calculated cost for using "index" and "range" become so close so that any rounding errors becomes visible.
       - Added one more record to the tables for heap test and expoect "range" to be selected
       - Decrease number of records in t1 for range and expect "index" to be choosen.
      
      
      mysql-test/r/heap.result:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/r/heap_btree.result:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/r/heap_hash.result:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/r/range.result:
        Update results
      mysql-test/t/heap.test:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/t/heap_btree.test:
        Add one more record to table t1 and expect explain to use "range"
      mysql-test/t/heap_hash.test:
        Add one more record to table t1 in order for optimizer to select use of "range" deterministic
      mysql-test/t/range.test:
        Remove one record from table t1 to avoid that cost for "index" and "range" are so close that rounding error become visible.
      5b5a1239
    • unknown's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 281fe07f
      unknown authored
      into mysql.com:/usr/home/ram/work/5.0.bit_class
      
      
      sql/field.cc:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      281fe07f
    • unknown's avatar
      Bit type support for non-MyISAM tables. · dcb61639
      unknown authored
      dcb61639
    • unknown's avatar
      Fix for verification tests: loss of decimal places should not · 62be4f5e
      unknown authored
      return an error
      
      
      62be4f5e
  3. 11 Apr, 2005 22 commits
    • unknown's avatar
      all-local instead of all (to not have double "all:" in Makefile) · d25b2d39
      unknown authored
      
      configure.in:
        Auto merged
      sql/share/Makefile.am:
        all-local instead of all
      d25b2d39
    • unknown's avatar
      In configure.in, don't remove $AVAILABLE_LANGUAGES_ERRORS_RULES at end · 08b89a2b
      unknown authored
      because config.status may later need this file (if it does not find it
      it won't incorporate dependencies of errmsg.sys in sql/share/Makefile) (thx Serg).
      In sql/share/Makefile.am using "all:" leads to double-"all:" in Makefile (thx Konstantin).
      
      
      
      sql/share/Makefile.am:
        using "all:" leads to double-"all:" in Makefile (counting the auto-generated);
        all-local is the standard way to add something to all: (thanks Konstantin)
      configure.in:
        Don't remove $AVAILABLE_LANGUAGES_ERRORS_RULES at end of configure.in
        because config.status may later need this file (if it does not find it
        it won't incorporate dependencies of errmsg.sys in sql/share/Makefile :( )
      08b89a2b
    • unknown's avatar
      merge from 4.1 · ceef6762
      unknown authored
      
      sql/sql_table.cc:
        merge
      ceef6762
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com://home/bk/mysql-4.1 · 6bf0fcd1
      unknown authored
      into quadita2.mysql.com:/nfstmp1/guilhem/mysql-4.1-4ita
      
      
      6bf0fcd1
    • unknown's avatar
      Fix for BUG#9149 "OPTIMIZE TABLE statement on InnoDB table is logged twice in the binary log" · 30a82dfb
      unknown authored
      if we fall back to mysql_alter_table() (for InnoDB), don't do binlogging in mysql_alter_table(), as mysql_admin_table()
      is not supposed to do any binlogging (it is done by the caller).
      
      
      sql/sql_table.cc:
        When optimizing a table, if we fall back to mysql_alter_table()
        (for InnoDB), don't do binlogging in mysql_alter_table(), as mysql_admin_table()
        is not supposed to do any binlogging (it is done by the caller).
      30a82dfb
    • unknown's avatar
      Merge mdk10.(none):/home/reggie/bk/mysql-4.1 · c026b4f7
      unknown authored
      into mdk10.(none):/home/reggie/bk/mysql-5.0
      
      
      mysql-test/r/query_cache.result:
        Auto merged
      mysql-test/t/query_cache.test:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      c026b4f7
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-4.1 · cd0ceaf8
      unknown authored
      into mdk10.(none):/home/reggie/bk/mysql-4.1
      
      
      cd0ceaf8
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · d068b068
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      d068b068
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-build · 0ff8a1f5
      unknown authored
      into mysql.com:/home/cps/mysql/trees/mysql-5.0
      
      
      0ff8a1f5
    • unknown's avatar
      make server logs less frightening, when using IM · 3852918b
      unknown authored
      
      server-tools/instance-manager/instance.cc:
        fix username used for monitoring purposes to make logging more verbose
      3852918b
    • unknown's avatar
      Fix for bug #9808 · 1e03f610
      unknown authored
      
      server-tools/instance-manager/commands.cc:
        check pointer for null before using it
      1e03f610
    • unknown's avatar
      Fix for Bug #9589 · 3ae32eac
      unknown authored
      
      server-tools/instance-manager/options.cc:
        remove [mysql] group from the list of the groups read by the mysqlmanager (resulted from wrong merge long ago)
      3ae32eac
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 2118de03
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      BitKeeper/etc/logging_ok:
        auto-union
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      2118de03
    • unknown's avatar
      ndb - replication bug fix · d89676d8
      unknown authored
      Fix gci reply on TC_COMMITREQ
        (prefered way of mysqld)
      
      
      ndb/include/kernel/signaldata/TcCommit.hpp:
        Fix gci reply on TC_COMMITREQ
          (prefered way of mysqld)
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Fix gci reply on TC_COMMITREQ
          (prefered way of mysqld)
      ndb/src/ndbapi/NdbTransaction.cpp:
        Fix gci reply on TC_COMMITREQ
          (prefered way of mysqld)
      d89676d8
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 6e1486e1
      unknown authored
      into mysql.com:/usr/home/bar/mysql-5.0
      
      
      6e1486e1
    • unknown's avatar
      ndb - csc#4847 - manual merge 4.1->5.0 · 6bed3ee9
      unknown authored
      
      ndb/include/ndbapi/NdbScanOperation.hpp:
        release scan op early to save memory
      ndb/src/ndbapi/NdbScanOperation.cpp:
        release scan op early to save memory
      ndb/src/ndbapi/NdbTransaction.cpp:
        release scan op early to save memory
      ndb/src/ndbapi/Ndblist.cpp:
        release scan op early to save memory
      sql/ha_ndbcluster.cc:
        release scan op early to save memory
      6bed3ee9
    • unknown's avatar
    • unknown's avatar
      merge · b74783d5
      unknown authored
      
      mysql-test/r/ctype_collate.result:
        Auto merged
      mysql-test/r/union.result:
        Auto merged
      mysql-test/t/union.test:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      b74783d5
    • unknown's avatar
      Manual transfer of the change in "configure.in" (4.1) to "config/ac-macros/character_sets.m4". · 3a1cf286
      unknown authored
      
      config/ac-macros/character_sets.m4:
        In 4.1, this was in "configure.in" with this comment:
            Normally, 'configure' does only support "case-insensitive" collations for UTF-8 character sets.
            However, a certain customer requires builds with a "case-sensitive" collation: 'utf8_general_cs'.
            In order to do custom builds without manual patches, this value gets special handling in 'configure'.
            Also, when it is given, the CPP symbol enabling the additional code is set.
      3a1cf286
    • unknown's avatar
      Proper handling of "utf8-general-cs" clollation: Missing parts in configuration. · 4eb5f106
      unknown authored
      
      configure.in:
        No change here - functionality was moved to 'config/ac-macros/character_sets.m4'
      mysys/charset-def.c:
        Auto-merged.
      strings/ctype-utf8.c:
        Auto-merged.
      4eb5f106
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · b83314e3
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Auto merged
      b83314e3
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.0 · ef17592f
      unknown authored
      into mysql.com:/home/jonas/src/mysql-5.0
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      ndb/include/ndbapi/NdbTransaction.hpp:
        Auto merged
      ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      ef17592f