1. 22 Sep, 2006 1 commit
    • unknown's avatar
      BUG#21585 The --help option shows a screen of command options for ndbd, ndb_mgmd, ndb_mgm · 6cdf3c65
      unknown authored
                and other commands related to ndb. For all of these, the help screen contains
                "Ndb.cfg" string. Now i change the "Ndb.cfg" to "my.cnf" because "Ndb.cfg" is obsolete.
      
      
      ndb/include/util/ndb_opts.h:
        Change help info from "Ndb.cfg" string to "my.cnf" string in the header file.
      ndb/test/ndbapi/flexScan.cpp:
        Change help info from including "Ndb.cfg" to "my.cnf".
      ndb/tools/ndb_config.cpp:
        Change help info from including "Ndb.cfg" to "my.cnf".
      6cdf3c65
  2. 14 Sep, 2006 1 commit
  3. 04 Sep, 2006 3 commits
  4. 01 Sep, 2006 4 commits
    • unknown's avatar
      restore · 89ba8448
      unknown authored
      89ba8448
    • unknown's avatar
      Fix for BUG#21345, Error in cluster logfile rotation. · efeafb25
      unknown authored
      Fixed the cluster logfile rotation code, let the cluster logfile be renamed correctly when the main logfile exceeds the configured maximum size.
      
      
      ndb/include/util/File.hpp:
        Fix for BUG#21345, Error in cluster logfile rotation.
      ndb/src/common/logger/FileLogHandler.cpp:
        Fix for BUG#21345, Error in cluster logfile rotation.
      ndb/src/common/util/File.cpp:
        Fix for BUG#21345, Error in cluster logfile rotation.
      efeafb25
    • unknown's avatar
      Merge dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-ndb-bj · 0afd6f1a
      unknown authored
      into  dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-21345
      
      
      0afd6f1a
    • unknown's avatar
      Merge dli@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb-bj · dbfd3385
      unknown authored
      into  dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-ndb-bj
      
      
      BitKeeper/deleted/.del-bug20328.result~4fee68989442c2a3:
        Auto merged
      BitKeeper/deleted/.del-bug20328.test~c76d766fe3e1eb5:
        Auto merged
      myisam/mi_unique.c:
        Auto merged
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/t/ctype_utf8.test:
        Auto merged
      dbfd3385
  5. 29 Aug, 2006 5 commits
    • unknown's avatar
      merge from ndb-5.0-ndb and ndb-5.0-ndb-bj · 49d46e0c
      unknown authored
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        connect() function adds a parameter in CommandInterpreter.cpp.
      49d46e0c
    • unknown's avatar
      BUG#19873 Merge dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.0-ndb-bj · 25968b7b
      unknown authored
      into  dev3-127.(none):/mnt/mysql/home/ngb/bug19873
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        ndb_mgm can automatically reconnect to the ndb_mgmd after ndb_mgmd restarted.
        and this commit fixes probable mem leak
      25968b7b
    • unknown's avatar
      Merge gni@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · fd1b3e91
      unknown authored
      into  dev3-127.(none):/mnt/mysql/home/ngb/mysql-5.0-ndb-bj
      
      
      ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_view.cc:
        Auto merged
      fd1b3e91
    • unknown's avatar
      Merge dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-4.1/bug-21345 · 4adef258
      unknown authored
      into  dev3-76.dev.cn.tlan:/home/dli/mysql/mysql-5.0/mysql-5.0-bug-21345
      
      
      ndb/include/util/File.hpp:
        Auto merged
      ndb/src/common/util/File.cpp:
        Auto merged
      4adef258
    • unknown's avatar
      Fix for bug #21345: Error in cluster logfile rotation. · 458cc4b9
      unknown authored
      Fixed the cluster logfile rotation code, let the cluster log file be renamed correctly when the main log file exceeds the configured maximum size.
      
      
      ndb/include/util/File.hpp:
        Fix for bug #21345: Error in cluster logfile rotation.
      ndb/src/common/logger/FileLogHandler.cpp:
        Fix for bug #21345: Error in cluster logfile rotation.
      ndb/src/common/util/File.cpp:
        Fix for bug #21345: Error in cluster logfile rotation.
      458cc4b9
  6. 25 Aug, 2006 1 commit
  7. 23 Aug, 2006 1 commit
  8. 22 Aug, 2006 10 commits
  9. 21 Aug, 2006 3 commits
  10. 18 Aug, 2006 4 commits
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 70b73788
      unknown authored
      into  mysql.com:/home/cps/mysql/trees/mysql-5.0-virgin
      
      
      sql/examples/ha_tina.cc:
        Auto merged
      70b73788
    • unknown's avatar
      innodb r702 · 3468780e
      unknown authored
      innodb r719
      
      
      innobase/btr/btr0btr.c:
        innodb r702
      innobase/buf/buf0buf.c:
        innodb r702
      innobase/dict/dict0dict.c:
        innodb r702
      innobase/fil/fil0fil.c:
        innodb r702
      innobase/fsp/fsp0fsp.c:
        innodb r702
      innobase/include/btr0cur.ic:
        innodb r719
      innobase/include/buf0buf.ic:
        innodb r702
      innobase/log/log0log.c:
        innodb r702
      innobase/log/log0recv.c:
        innodb r702
      innobase/os/os0file.c:
        innodb r702
      innobase/row/row0mysql.c:
        innodb r702
      innobase/row/row0sel.c:
        innodb r702
      innobase/srv/srv0start.c:
        innodb r702
      innobase/ut/ut0dbg.c:
        innodb r702
      sql/ha_innodb.cc:
        innodb r702
      3468780e
    • unknown's avatar
      ndb - bug#18781 bug#21017 bug#21050 : block index ops during NR + fix asserts · 74aca9aa
      unknown authored
      
      ndb/src/kernel/vm/DLHashTable2.hpp:
        add isEmpty for use in DICT
      ndb/test/include/NDBT_Tables.hpp:
        getIndexes - return index cols of standard test table
      ndb/test/src/NDBT_Tables.cpp:
        getIndexes - return index cols of standard test table
      ndb/test/ndbapi/testDict.cpp:
        bug#21017: index create/drop during NR
      ndb/include/kernel/signaldata/CreateIndx.hpp:
        add 711
      ndb/include/kernel/signaldata/DropIndx.hpp:
        add 711
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        block index create/drop during NR.
        fix 2 ndbrequires by checking exact schema op types
      ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        block index create/drop during NR.
        fix 2 ndbrequires by checking exact schema op types
      74aca9aa
    • unknown's avatar
      Merge dev3-76.dev.cn.tlan:/home/lisj/mysql/mysql-4.1/mysql-4.1-ndb-bj · c6cff9f1
      unknown authored
      into  dev3-76.dev.cn.tlan:/home/lisj/mysql/mysql-5.0/mysql-5.0-ndb-bj
      
      
      mysql-test/t/ctype_utf8.test:
        Auto merged
      BitKeeper/deleted/.del-bug20328.result~4fee68989442c2a3:
        Auto merged
      BitKeeper/deleted/.del-bug20328.test~c76d766fe3e1eb5:
        Auto merged
      myisam/mi_unique.c:
        ul
        ul
        ul
      c6cff9f1
  11. 17 Aug, 2006 5 commits
  12. 16 Aug, 2006 2 commits
    • unknown's avatar
      Merge rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-4.1-maint_20328 · b2cfa703
      unknown authored
      into  rolltop.ignatz42.dyndns.org:/mnt/storeage/mysql-5.0-merge
      
      
      sql/item_timefunc.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      mysql-test/r/func_time.result:
        manual merge
      mysql-test/r/mysql_client.result:
        manual merge
      mysql-test/t/func_time.test:
        manual merge
      mysql-test/t/mysql_client.test:
        manual merge
      sql/sql_acl.cc:
        manual merge
      b2cfa703
    • unknown's avatar
      manual merge · 1c28a068
      unknown authored
      1c28a068