1. 26 May, 2006 2 commits
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 54f5525a
      unknown authored
      into  zippy.(none):/home/cmiller/work/mysql/merge/mysql-5.1-new
      
      
      include/my_sys.h:
        Auto merged
      mysql-test/t/rpl_temporary.test:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Auto merged
      storage/ndb/test/ndbapi/Makefile.am:
        Auto merged
      storage/ndb/test/ndbapi/testInterpreter.cpp:
        Auto merged
      54f5525a
    • unknown's avatar
      Merge mysql.com:/data0/mysqldev/my/mysql-5.1-release · 97e2016e
      unknown authored
      into  mysql.com:/data0/mysqldev/my/mysql-5.1-new
      
      
      configure.in:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      97e2016e
  2. 25 May, 2006 10 commits
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b8c7bba5
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      b8c7bba5
    • unknown's avatar
      Removing ./r/rpl_ndb_dd_partitions.result & ./t/rpl_ndb_dd_partitions.test... · 2de8972a
      unknown authored
      Removing ./r/rpl_ndb_dd_partitions.result & ./t/rpl_ndb_dd_partitions.test since NDB only will support key partitions and moving them to the test-extra tree for safe keeping
      
      
      BitKeeper/deleted/.del-rpl_ndb_dd_partitions.result~9b09a8594e474be5:
        Delete: mysql-test/r/rpl_ndb_dd_partitions.result
      BitKeeper/deleted/.del-rpl_ndb_dd_partitions.test~9a3f50999ab31151:
        Delete: mysql-test/t/rpl_ndb_dd_partitions.test
      2de8972a
    • unknown's avatar
      ndb - compile fix for Solaris 10 AMD64 -max GCC [ ulonglong != Uint64 ] v5.1 · 6c54b499
      unknown authored
      
      sql/ha_ndbcluster.cc:
        compile fix for Solaris 10 AMD64 -max GCC [ ulonglong != Uint64 ]
      6c54b499
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b35a747e
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      b35a747e
    • unknown's avatar
      test fix · d2574ad4
      unknown authored
      d2574ad4
    • unknown's avatar
      Merge mysql.com:/space/pekka/ndb/version/my51 · 5225ab6f
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51-bug14509
      
      
      mysql-test/r/ndb_basic.result:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/ha_ndbcluster.h:
        Auto merged
      storage/ndb/include/ndbapi/Ndb.hpp:
        Auto merged
      storage/ndb/src/ndbapi/DictCache.cpp:
        Auto merged
      storage/ndb/src/ndbapi/DictCache.hpp:
        Auto merged
      storage/ndb/src/ndbapi/Ndb.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Auto merged
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Auto merged
      5225ab6f
    • unknown's avatar
      after merge fix · 1b77a37f
      unknown authored
      
      mysql-test/r/strict.result:
        Auto merged
      mysql-test/r/type_ranges.result:
        Auto merged
      mysql-test/t/strict.test:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      mysql-test/r/information_schema.result:
        manual merge
      mysql-test/t/information_schema.test:
        manual merge
      1b77a37f
    • unknown's avatar
      Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a76a884c
      unknown authored
      into  c-870ae253.1238-1-64736c10.cust.bredbandsbolaget.se:/home/pappa/bug19304
      
      a76a884c
    • unknown's avatar
      ndb - bug#14509 v5.1 part 2/2 : handler level · 7e928c5e
      unknown authored
      
      mysql-test/r/ndb_basic.result:
        put auto-incr range under NDB_SHARE until otherwise decided..
        makes auto-incr process-global per table.  each use requires mutex
      mysql-test/t/ndb_alter_table.test:
        put auto-incr range under NDB_SHARE until otherwise decided..
        makes auto-incr process-global per table.  each use requires mutex
      sql/ha_ndbcluster.cc:
        put auto-incr range under NDB_SHARE until otherwise decided..
        makes auto-incr process-global per table.  each use requires mutex
      sql/ha_ndbcluster.h:
        put auto-incr range under NDB_SHARE until otherwise decided..
        makes auto-incr process-global per table.  each use requires mutex
      7e928c5e
    • unknown's avatar
      ndb - bug#14509 v5.1 part 1/2 : ndb api level [requires part 2/2] · ad951308
      unknown authored
      
      storage/ndb/src/ndbapi/ndberror.c:
        delete non-sense error 4336
      storage/ndb/include/ndbapi/Ndb.hpp:
        add auto-incr methods which take explicit Ndb::TupleIdRange & argument
        for NDB API programs the range is under local dict cache (as in 5.0)
        the handler level uses its own Ndb objects and ranges
      storage/ndb/src/ndbapi/DictCache.cpp:
        add auto-incr methods which take explicit Ndb::TupleIdRange & argument
        for NDB API programs the range is under local dict cache (as in 5.0)
        the handler level uses its own Ndb objects and ranges
      storage/ndb/src/ndbapi/DictCache.hpp:
        add auto-incr methods which take explicit Ndb::TupleIdRange & argument
        for NDB API programs the range is under local dict cache (as in 5.0)
        the handler level uses its own Ndb objects and ranges
      storage/ndb/src/ndbapi/Ndb.cpp:
        add auto-incr methods which take explicit Ndb::TupleIdRange & argument
        for NDB API programs the range is under local dict cache (as in 5.0)
        the handler level uses its own Ndb objects and ranges
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        add auto-incr methods which take explicit Ndb::TupleIdRange & argument
        for NDB API programs the range is under local dict cache (as in 5.0)
        the handler level uses its own Ndb objects and ranges
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        add auto-incr methods which take explicit Ndb::TupleIdRange & argument
        for NDB API programs the range is under local dict cache (as in 5.0)
        the handler level uses its own Ndb objects and ranges
      ad951308
  3. 24 May, 2006 19 commits
  4. 23 May, 2006 9 commits
    • unknown's avatar
      configure.in: · 751ce7f3
      unknown authored
        Updated release number 4.1.16a
      
      
      configure.in:
        Updated release number 4.1.16a
      751ce7f3
    • unknown's avatar
      don't let bugfix for bug#8303 break the bugfix for bug#8378 · a92ae266
      unknown authored
      revert the fix for bug#8303
      correct the test for bug#8378
      
      
      mysql-test/r/ctype_sjis.result:
        updated
      mysql-test/t/ctype_sjis.test:
        updated
      sql/sql_lex.cc:
        revert the fix for bug#8303
      tests/mysql_client_test.c:
        correct the test for bug#8378
      a92ae266
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · 3248bc06
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      3248bc06
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · e3ddce13
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      e3ddce13
    • unknown's avatar
      configure.in: · 76f714ab
      unknown authored
        Changed version to 5.0.17c
      
      
      configure.in:
        Changed version to 5.0.17c
      76f714ab
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 94c9f616
      unknown authored
      into  zim.(none):/home/brian/mysql/dep-5.1
      
      
      sql/lex.h:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_lex.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      94c9f616
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · f8c3041f
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      
      mysql-test/r/log_tables.result:
        Merge conflict
      mysql-test/t/log_tables.test:
        Merge conflict
      f8c3041f
    • unknown's avatar
      event_scheduler.h, event_scheduler.cc: · 26ff2e2f
      unknown authored
        Rename load_event() to load_named_event(), to avoid name clash on HP-UX
      
      
      sql/event_scheduler.cc:
        Rename load_event() to load_named_event(), to avoid name clash on HP-UX
      sql/event_scheduler.h:
        Rename load_event() to load_named_event(), to avoid name clash on HP-UX
      26ff2e2f
    • unknown's avatar
      Removed wrong ascii codes from source code. · 98a3e96f
      unknown authored
      Fixed core dump in --help
      
      
      include/heap.h:
        Removed a wrong character (ascii 0xa0), which looked like a space.
        This will cause some debuggers display the source code in a wrong
        way. May cut the rest of the file off and looks like a debugger
        problem, which it isn't.
      mysys/my_getopt.c:
        Removed a wrong character (ascii 0xa0), which looked like a space.
        This will cause some debuggers display the source code in a wrong
        way. May cut the rest of the file off and looks like a debugger
        problem, which it isn't.
      sql/mysqld.cc:
        Wrong type.
      98a3e96f