An error occurred fetching the project authors.
  1. 04 Jan, 2007 1 commit
    • unknown's avatar
      ndb - bug#25329 · 3f8ab08b
      unknown authored
        Fix most obvious error in dict/suma error handling of events
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fix most obvious error in dict/suma error handling of events
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Fix most obvious error in dict/suma error handling of events
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Fix most obvious error in dict/suma error handling of events
      storage/ndb/src/kernel/blocks/suma/SumaInit.cpp:
        Fix most obvious error in dict/suma error handling of events
      3f8ab08b
  2. 08 Dec, 2006 1 commit
    • unknown's avatar
      ndb - bug#24914 · eff21a02
      unknown authored
        Fix start transaction with hint from ndbapi
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fix fragments array for API
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Fix fragments array for API
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Fix fragments array for API
      eff21a02
  3. 01 Dec, 2006 1 commit
    • unknown's avatar
      ndb - bug#24655 · 3a7bb77d
      unknown authored
        Handle events "differently" so that dict doesnt get lock too often
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Handle event separatly as they dont set block_state :-(
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Handle event separatly as they dont set block_state :-(
      storage/ndb/src/kernel/vm/KeyTable2.hpp:
        Handle event separatly as they dont set block_state :-(
      3a7bb77d
  4. 26 Nov, 2006 1 commit
    • unknown's avatar
      Fixed a LOT of compiler warnings · 788ad30f
      unknown authored
      Added missing DBUG_RETURN statements (in mysqldump.c)
      Added missing enums
      Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes
      Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
      
      
      client/mysqldump.c:
        Fixed some compiler warnings
        Added some missing DBUG_RETURN
        Remove copying of 'cluster' database
      client/mysqlslap.c:
        Fixed compiler warnings
      client/mysqltest.c:
        After merge fix
      extra/yassl/taocrypt/include/algebra.hpp:
        Removed compiler warning
      mysql-test/include/im_check_env.inc:
        Fixed race condition (mysqld1 could report 'starting' or 'online'
      mysql-test/mysql-test-run.pl:
        After merge fixes
        Added missing directory to LD_LIBRARY_PATH
      mysql-test/r/ctype_cp1250_ch.result:
        After merge fix
      mysql-test/r/im_cmd_line.result:
        Fixed race condition
      mysql-test/r/im_daemon_life_cycle.result:
        Fixed race condition
      mysql-test/r/im_instance_conf.result:
        Fixed race condition
      mysql-test/r/im_life_cycle.result:
        Fixed race condition
      mysql-test/r/im_utils.result:
        Fixed race condition
      mysql-test/r/log_tables.result:
        Fixed wrong result
      mysql-test/t/disabled.def:
        Disabled ndb_restore_partion, as ndb_restore_compate caused it to fail, becasue of table 'cluster/def/schema' which is stored in ndb_backup50
      mysys/my_compress.c:
        Removed compiler warnings
      mysys/my_getopt.c:
        Ensure we always have at least one space between option name and value
      plugin/fulltext/plugin_example.c:
        Removed compiler warnings
      server-tools/instance-manager/mysql_connection.cc:
        After merge fix
      sql/event_data_objects.cc:
        Fixed compiler warnings
        Fixed platform compatibility issues (%lld is not portable)
      sql/event_data_objects.h:
        Fixed compiler warnings
      sql/event_db_repository.cc:
        Fixed compiler warnings
      sql/event_queue.cc:
        Fixed compiler warnings
      sql/event_scheduler.cc:
        Fixed compiler warnings
      sql/events.cc:
        Fixed compiler warnings
      sql/field.cc:
        Fixed compiler warnings
      sql/ha_ndbcluster.cc:
        Fixed compiler warnings
      sql/ha_ndbcluster_binlog.cc:
        Fixed compiler warnings
      sql/ha_partition.cc:
        Fixed compiler warnings
      sql/handler.cc:
        Fixed compiler warnings
      sql/item_cmpfunc.cc:
        Fixed DBUG_PRINT style
      sql/item_func.cc:
        Fixed compiler warnings
      sql/log.cc:
        Fixed compiler warnings
      sql/log_event.cc:
        Fixed compiler warnings
      sql/mysqld.cc:
        Fixed compiler warnings
      sql/opt_range.cc:
        Fixed compiler warnings
      sql/repl_failsafe.cc:
        Indentation fixes
      sql/rpl_rli.cc:
        Fixed compiler warnings
      sql/rpl_tblmap.cc:
        Fixed compiler warnings
      sql/set_var.cc:
        Fixed compiler warnings
      sql/slave.cc:
        Fixed compiler warnings
      sql/sp_head.cc:
        Fixed compiler warnings
      sql/sql_base.cc:
        Fixed compiler warnings
        Fixed indentation
      sql/sql_binlog.cc:
        Fixed compiler warnings
      sql/sql_cache.cc:
        Fixed compiler warnings
      sql/sql_class.cc:
        Fixed compiler warnings
      sql/sql_handler.cc:
        Fixed compiler warnings
      sql/sql_lex.cc:
        Fixed compiler warnings
      sql/sql_parse.cc:
        Fixed compiler warnings
      sql/sql_partition.cc:
        Fixed compiler warnings
      sql/sql_prepare.cc:
        Fixed compiler warnings
      sql/sql_table.cc:
        Fixed compiler warnings
      sql/sql_test.cc:
        Fixed DBUG_PRINT style
      sql/sql_trigger.cc:
        Fixed DBUG_PRINT style
      sql/table.cc:
        Fixed compiler warnings
      storage/federated/ha_federated.cc:
        Fixed compiler warnings
      storage/myisam/mi_rsamepos.c:
        Fixed compiler warnings
      storage/ndb/include/ndb_global.h.in:
        After merge fix
      storage/ndb/include/util/NdbOut.hpp:
        Inform gcc that ndbout_c takes a printf() string as argument
      storage/ndb/include/util/SimpleProperties.hpp:
        After merge fixes
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Fixed compiler warnings
        Fixed usage of uninitialized value (Got help from Jonas with patch)
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/restore.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/dbtup/DbtupFixAlloc.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Fixed compiler warnings
        Added missing enum's to switch
      storage/ndb/src/kernel/vm/Configuration.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/DLHashTable.hpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/RWPool.hpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/WOPool.hpp:
        Fixed compiler warnings
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
        Fixed compiler warnings
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        Fixed compiler warnings
      storage/ndb/src/mgmsrv/MgmtSrvr.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/DictCache.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbIndexOperation.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbIndexStat.cpp:
        Initialize possible uninitialized variable
      storage/ndb/src/ndbapi/NdbOperationInt.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/NdbRecAttr.cpp:
        Added missing enum's (To avoid compiler warnings)
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Fixed compiler warnings
      storage/ndb/src/ndbapi/ObjectMap.hpp:
        Fixed compiler warnings
      storage/ndb/tools/desc.cpp:
        Fixed compiler warnings
      storage/ndb/tools/restore/Restore.cpp:
        Fixed compiler warnings
      storage/ndb/tools/restore/consumer_restore.cpp:
        Fixed compiler warnings
      unittest/mytap/t/basic-t.c:
        Fixed compiler warnings
      unittest/mytap/tap.c:
        Fixed compiler warnings
      788ad30f
  5. 14 Nov, 2006 1 commit
  6. 03 Nov, 2006 1 commit
  7. 26 Sep, 2006 1 commit
    • unknown's avatar
      ndb - post merge fixes... · 4d6c4dbe
      unknown authored
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        merge
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        merge
      storage/ndb/src/ndbapi/NdbTransaction.cpp:
        merge
      4d6c4dbe
  8. 07 Sep, 2006 1 commit
    • unknown's avatar
      NDB temporary tables. · 6ba27373
      unknown authored
      Temporary tables are not written to disk by DDL operations. This makes
      DDL much faster (useful for tests), but tables are lost after system
      restart.
      
      New commit, since this feature will not be available in 5.1.
      
      
      storage/ndb/include/kernel/signaldata/CreateIndx.hpp:
        Add new error messages for temporary tables.
      storage/ndb/include/kernel/signaldata/CreateTable.hpp:
        Add new error messages for temporary tables.
      storage/ndb/include/kernel/signaldata/DiAddTab.hpp:
        Add parameter for making table temporary.
      storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
        Add parameter for making table temporary.
      storage/ndb/include/kernel/signaldata/ListTables.hpp:
        Add parameter for making table temporary.
      storage/ndb/include/ndb_constants.h:
        Add parameter for making table temporary.
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Add parameter for making table temporary.
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        Add parameter for making table temporary.
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Implement temporary tables.
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Implement temporary tables.
      storage/ndb/src/kernel/blocks/dbdict/SchemaFile.hpp:
        Implement temporary tables.
      storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        Implement temporary tables.
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Implement temporary tables.
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Implement temporary tables.
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Implement temporary tables.
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Implement temporary tables.
      storage/ndb/src/ndbapi/ndberror.c:
        Add new error messages for temporary tables.
      storage/ndb/tools/listTables.cpp:
        Add display of table and index temporary status.
      6ba27373
  9. 03 Sep, 2006 1 commit
    • unknown's avatar
      ndb - · 8e1a9cd1
      unknown authored
        fix ndb-violations of strict aliasing found by gcc4.1
        (crashes in ndb_dd_*)
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fix strict-aliasing
      storage/ndb/src/kernel/vm/KeyTable2Ref.hpp:
        Fix strict-aliasing
      storage/ndb/src/kernel/vm/Pool.hpp:
        Fix strict-aliasing
      8e1a9cd1
  10. 27 Jun, 2006 1 commit
  11. 26 Jun, 2006 1 commit
    • unknown's avatar
      ndb - bug#20683 · 9aa82e53
      unknown authored
        part 2 - handle safecounter.init() failing in all parts of event code
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Handle out safecounter.init() failing
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Dont try to get table RNIL
      storage/ndb/test/ndbapi/test_event.cpp:
        Add testcase for subscribe/unscubscribe
      9aa82e53
  12. 22 Jun, 2006 2 commits
    • unknown's avatar
      ndb - bug#20008 · 8dc9ca83
      unknown authored
        no DD when diskless
      
      
      storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp:
        New error code for create file when diskless
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        New error code for create file when diskless
      storage/ndb/src/ndbapi/ndberror.c:
        New error code for create file when diskless
      8dc9ca83
    • unknown's avatar
      ndb - bug#16341 · 8751d63e
      unknown authored
        create tablespace/logfile group should "back out changes"
      
      
      mysql-test/r/ndb_dd_ddl.result:
        add testcase for bug#16341
      mysql-test/t/ndb_dd_ddl.test:
        add testcase for bug#16341
      sql/ha_ndbcluster.cc:
        If create data/undo file fails, check if filegroup is same version, and if it is drop it (wo/ checking error)
      storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp:
        add version to createfileconf
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        add version to createfileconf
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Add NdbDictionary::ObjectId, that can be used to get [ id, version ] during create (only for DD object so far)
      8751d63e
  13. 21 Jun, 2006 1 commit
    • unknown's avatar
      ndb - bug#19275 · cd58d391
      unknown authored
        make sure tablename is release in case of alter table
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        make sure tablename is release in case of alter table
      cd58d391
  14. 20 Jun, 2006 1 commit
  15. 25 Apr, 2006 1 commit
  16. 21 Apr, 2006 1 commit
    • unknown's avatar
      ndb - · 3cd43eb4
      unknown authored
        bug#19141, bug#18575
        
        Maek sure global dict lock is taken during create/drop file/filegroup
      
      
      storage/ndb/include/kernel/signaldata/DropFilegroup.hpp:
        Fix error code
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fix c_blockState lock for createdrop file/filegroup
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Fix not master for create/drop file
      3cd43eb4
  17. 10 Apr, 2006 1 commit
    • unknown's avatar
      ndb - · f1fde80a
      unknown authored
        fix all valgrind warnings in t/ndb_dd (except replication related)
      
      
      sql/ha_ndbcluster.cc:
        Fix memleak
      storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
        Fix valgrind warning
      storage/ndb/include/kernel/signaldata/DropFilegroup.hpp:
        Fix valgrind warning
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        Fix valgrind warning
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fix valgrind warning
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Fix valgrind warning
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Fix valgrind warning
      storage/ndb/src/ndbapi/ndberror.c:
        Fix valgrind warning
      f1fde80a
  18. 11 Mar, 2006 1 commit
  19. 09 Mar, 2006 1 commit
    • unknown's avatar
      bug#18101 - ndb · 9a094d24
      unknown authored
        handle out of string buffer when creating triggers
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Handle out of string buffer memory, while creating triggers
      9a094d24
  20. 03 Mar, 2006 1 commit
  21. 28 Feb, 2006 1 commit
    • unknown's avatar
      ndb dd - · 86dfd616
      unknown authored
        create RWPool
        update bench_pool
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        move key descriptor
      storage/ndb/src/kernel/vm/Makefile.am:
        Add RWPool
      storage/ndb/src/kernel/vm/Pool.hpp:
        Fix release(i)
      storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
        Mave key descriptor
      storage/ndb/src/kernel/vm/WOPool.hpp:
        Fix alignment
      storage/ndb/src/kernel/vm/bench_pool.cpp:
        lots of updates to bench_pool
      storage/ndb/src/kernel/vm/RWPool.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/RWPool.cpp''
      storage/ndb/src/kernel/vm/RWPool.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/RWPool.hpp''
      86dfd616
  22. 13 Feb, 2006 1 commit
    • unknown's avatar
      ndb - Change block constructor for more flexibility · 192abbc6
      unknown authored
            Remove old typedef's ArrayFifoList, ArrayList
      
      
      BitKeeper/deleted/.del-ArrayFifoList.hpp~7036ae04dd7e7bd2:
        Delete: storage/ndb/src/kernel/vm/ArrayFifoList.hpp
      BitKeeper/deleted/.del-ArrayList.hpp~44695d09b1a02179:
        Delete: storage/ndb/src/kernel/vm/ArrayList.hpp
      storage/ndb/src/kernel/SimBlockList.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/backup/Backup.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/backup/BackupInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbacc/Dbacc.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbacc/DbaccInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbdih/Dbdih.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbdih/DbdihInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dblqh/Dblqh.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dblqh/DblqhInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtc/DbtcInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtup/DbtupCommit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtup/DbtupDebug.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtup/DbtupIndex.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbutil/DbUtil.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/dbutil/DbUtil.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/lgman.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/ndbcntr/Ndbcntr.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/ndbfs/Ndbfs.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/ndbfs/VoidFs.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/pgman.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/qmgr/Qmgr.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/qmgr/QmgrInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/restore.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/restore.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/suma/Suma.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/suma/SumaInit.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/trix/Trix.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/trix/Trix.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/tsman.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/tsman.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/vm/DLHashTable.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/vm/DLHashTable2.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/vm/SimBlockList.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/vm/SimulatedBlock.hpp:
        Change block constructor for more flexibility
      storage/ndb/src/kernel/blocks/record_types.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/record_types.hpp''
      storage/ndb/src/kernel/vm/Pool.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/Pool.hpp''
      storage/ndb/src/kernel/vm/RecordPool.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/RecordPool.hpp''
      192abbc6
  23. 06 Feb, 2006 1 commit
  24. 02 Feb, 2006 1 commit
    • unknown's avatar
      bug#10987 - ndb - remove extra printouts, used to track volatile bug · 8a5415f1
      unknown authored
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        remove extra printouts
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        remove extra printouts
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        remove extra printouts
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        remove extra printouts
      8a5415f1
  25. 31 Jan, 2006 1 commit
  26. 30 Jan, 2006 2 commits
    • unknown's avatar
      bug#10987 - rpl_ndb_bank - · 857cff5a
      unknown authored
        Allow GET_TABINFO during BACKUP
        (otherwise LCP gets corrupt)
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        All GET_TABINFO during BACKUP
      857cff5a
    • unknown's avatar
      bug#10987 - ndb - ndb_rpl_bank · 7501a104
      unknown authored
        more printouts...
      
      
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        printouts
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        printouts
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        printouts
      7501a104
  27. 27 Jan, 2006 2 commits
  28. 23 Jan, 2006 1 commit
    • unknown's avatar
      ndb - fix typo · 13c7251e
      unknown authored
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        fix typo
      13c7251e
  29. 19 Jan, 2006 1 commit
    • unknown's avatar
      bug#16455 - ndb crash when running of of rope pool · 0d340013
      unknown authored
      storage/ndb/include/kernel/signaldata/CreateTable.hpp:
        New error code for rope pool
      storage/ndb/include/mgmapi/mgmapi_config_parameters.h:
        New error code for rope pool
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        New error code for rope pool
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        New error code for rope pool
      storage/ndb/src/ndbapi/ndberror.c:
        New error code for rope pool
      0d340013
  30. 17 Jan, 2006 2 commits
    • unknown's avatar
      WL #2747: Fix such that backup and restore works for user defined · 6f83ed91
      unknown authored
      partitioned tables in NDB
      
      
      include/my_sys.h:
        Move packfrm and unpackfrm to mysys
      mysql-test/r/ndb_restore.result:
        New test cases
      mysql-test/t/ndb_restore.test:
        New test cases
      mysys/my_compress.c:
        Moved packfrm and unpackfrm to mysys
      sql/ha_ndbcluster.cc:
        Set value of partition function in hidden field for user defined
        partitioning in NDB to handle restore and later on-line reorganize
        of partitions
        To save space value of those functions are limited to 32 bits
      sql/ha_partition.cc:
        Use new get_partition_id interface
      sql/handler.h:
        Use new get_partition_id interface
      sql/mysql_priv.h:
        Moved to mysys
      sql/mysqld.cc:
        Minor
      sql/opt_range.cc:
        New get_partition_id interface
      sql/sql_partition.cc:
        New get_partition_id interface
        Fix error checks of specification of engines in ALTER TABLE
        Moved packfrm and unpackfrm to mysys
      sql/sql_table.cc:
        Fixed debug printouts
      storage/ndb/include/kernel/ndb_limits.h:
        New constant
      storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
        New table description item
      storage/ndb/include/ndb_version.h.in:
        New version specific constant
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        New item in table descriptions
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        New item in table descriptions
      storage/ndb/src/kernel/blocks/backup/Backup.cpp:
        Write fragment id in backup's log entry
      storage/ndb/src/kernel/blocks/backup/BackupFormat.hpp:
        Write fragment id in backup's log entry
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        New item in table description
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        New item in table description
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Moved constant
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        New item in table description
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        New item in table description
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        New item in table description
      storage/ndb/tools/Makefile.am:
        Compress library needed for ndb_restore
      storage/ndb/tools/restore/Restore.cpp:
        Handle fragment id and also handle backups from older versions
      storage/ndb/tools/restore/Restore.hpp:
        Use fragment id
      storage/ndb/tools/restore/consumer.hpp:
        Use fragment id
      storage/ndb/tools/restore/consumer_printer.cpp:
        Use fragment id
      storage/ndb/tools/restore/consumer_printer.hpp:
        Use fragment id
      storage/ndb/tools/restore/consumer_restore.cpp:
        Code to map node groups if new cluster has different set of
        node groups from original cluster
        Very simple search and replace parser of partition syntax in frm file
        Fix settings of partition id properly using fragment id and hidden
        field in tables
      storage/ndb/tools/restore/consumer_restore.hpp:
        Changed function headers and new one for mapping node groups
      storage/ndb/tools/restore/consumer_restorem.cpp:
        Use fragment id
      storage/ndb/tools/restore/restore_main.cpp:
        New parameter to set node group map, parser for this parameter
      6f83ed91
    • unknown's avatar
      WL #2604: Partition Management · 19bbb7cc
      unknown authored
      Optimised version of ADD/DROP/REORGANIZE partitions for
      non-NDB storage engines.
      New syntax to handle REBUILD/OPTIMIZE/ANALYZE/CHECK/REPAIR partitions
      Quite a few bug fixes
      
      
      include/thr_lock.h:
        New method to downgrade locks from TL_WRITE_ONLY
        Possibility to upgrade lock while aborting locks
      mysql-test/r/ndb_autodiscover.result:
        Fix for lowercase and that all NDB tables are now partitioned
      mysql-test/r/ndb_bitfield.result:
        Fix for lowercase and that all NDB tables are now partitioned
      mysql-test/r/ndb_gis.result:
        Fix for lowercase and that all NDB tables are now partitioned
      mysql-test/r/ndb_partition_key.result:
        New test case
      mysql-test/r/partition.result:
        New test case
      mysql-test/r/partition_error.result:
        New test case
      mysql-test/r/partition_mgm_err.result:
        Fix of test case results
      mysql-test/t/disabled.def:
        partition_03ndb still has bug
      mysql-test/t/ndb_partition_key.test:
        New test cases for new functionality and bugs
      mysql-test/t/partition.test:
        New test cases for new functionality and bugs
      mysql-test/t/partition_error.test:
        New test cases for new functionality and bugs
      mysql-test/t/partition_mgm_err.test:
        New test cases for new functionality and bugs
      mysys/thr_lock.c:
        New method to downgrade TL_WRITE_ONLY locks
        Possibility to specify if locks are to be upgraded at abort locks
      sql/ha_archive.cc:
        New handlerton methods
      sql/ha_berkeley.cc:
        New handlerton methods
      sql/ha_blackhole.cc:
        New handlerton methods
      sql/ha_federated.cc:
        New handlerton methods
      sql/ha_heap.cc:
        New handlerton methods
      sql/ha_innodb.cc:
        New handlerton methods
      sql/ha_myisam.cc:
        New handlerton methods
      sql/ha_myisammrg.cc:
        New handlerton methods
      sql/ha_ndbcluster.cc:
        New handlerton methods
        Moved out packfrm and unpackfrm methods
        Adapted many parts to use table_share instead of table->s
        Ensured that .ndb file uses filename and not tablename
        according to new encoding of names (WL 1324)
        All NDB tables are partitioned and set up partition info
        Fixed such that tablenames use tablenames and not filenames in NDB
        NDB uses auto partitioning for ENGINE=NDB tables
        Warning for very large tables
        Set RANGE data
        Set LIST data
        New method to set-up partition info
        Set Default number of partitions flag
        Set linear hash flag
        Set node group array
        Set number of fragments
        Set max rows
        Set tablespace names
        New method to get number of partitions of table to use at open table
      sql/ha_ndbcluster.h:
        Removed partition_flags and alter_table_flags from handler class
        A couple of new and changed method headers
      sql/ha_ndbcluster_binlog.cc:
        Use new method headers
      sql/ha_partition.cc:
        New handlerton methods
        Lots of new function headers
        Use #P# as separator between table name and partition name and
        #SP# as separator between partition name and subpartition name
        Use filename encoding for files both of table name part and of
        partition name parts
        New method to drop partitions based on partition state
        New method to rename partitions based on partition state
        New methods to optimize, analyze, check and repair partitions
        New methods to optimize, analyze, check and repair table
        Helper method to create new partition, open it and external lock
        it, not needed to lock it internally since no one else knows about
        it yet.
        Cleanup method at error for new partitions
        New methods to perform bulk of work at ADD/REORGANIZE partitions
        (change_partitions, copy_partitions)
      sql/ha_partition.h:
        New methods and variables
        A few dropped ones and a few changed ones
      sql/handler.cc:
        Handlerton interface changes
        New flag to open_table_from_share
      sql/handler.h:
        New alter_table_flags
        New partition flags
        New partition states
        More states for default handling
        Lots of new, dropped and changed interfaces
      sql/lex.h:
        Added REBUILD and changed name of REORGANISE to REORGANIZE
      sql/lock.cc:
        Method to downgrade locks
        Able to specify if locks upgraded on abort locks
      sql/log.cc:
        New handlerton methods
      sql/mysql_priv.h:
        Lots of new interfaces
      sql/share/errmsg.txt:
        Lots of new, dropped and changed error messages
      sql/sql_base.cc:
        Adapted to new method headers
        New method to abort and upgrade lock
        New method to close open tables and downgrade lock
        New method to wait for completed table
      sql/sql_lex.h:
        New flags
      sql/sql_partition.cc:
        Return int instead of bool in get_partition_id
        More defaults handling
        Make use of new mem_alloc_error method
        More work on function headers
        Changes to generate partition syntax to cater for intermediate
        partition states
        Lots of new code with large comments describing new features for
        Partition Management:
        ADD/DROP/REORGANIZE/OPTIMIZE/ANALYZE/CHECK/REPAIR partitions
      sql/sql_show.cc:
        Minors
      sql/sql_table.cc:
        Moved a couple of methods
        New methods to copy create lists and key lists
        for use with mysql_prepare_table
        New method to write frm file
        New handling of handlers with auto partitioning
        Fix CREATE TABLE LIKE
        Moved code for ADD/DROP/REORGANIZE partitions
        Use handlerton method for alter_table_flags
      sql/sql_yacc.yy:
        More memory alloc error checks
        New syntax for REBUILD, ANALYZE, CHECK, OPTIMIZE, REPAIR partitions
      sql/table.cc:
        Fix length of extra part to be 4 bytes
        Partition state introduced in frm file
      sql/table.h:
        Partition state introduced
      sql/unireg.cc:
        Partition state introduced
        Default partition
      storage/csv/ha_tina.cc:
        New handlerton methods
      storage/example/ha_example.cc:
        New handlerton methods
      storage/ndb/include/kernel/ndb_limits.h:
        RANGE DATA
      storage/ndb/include/kernel/signaldata/AlterTable.hpp:
        New interfaces in ALTER TABLE towards NDB kernel
      storage/ndb/include/kernel/signaldata/DiAddTab.hpp:
        New section
      storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
        Lots of new parts of table description
      storage/ndb/include/kernel/signaldata/LqhFrag.hpp:
        tablespace id specified in LQHFRAGREQ
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Lots of new methods in NDB dictionary
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        Lots of new variables in table description
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Lots of new variables in table description
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Lots of new variables in table description
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        New error insertion
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        a few extra jam's
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        Changes to definition of blob tables
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Lots of new stuff in NDB dictionary
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Lots of new stuff in NDB dictionary
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Lots of new stuff in NDB dictionary
      storage/ndb/test/ndbapi/test_event.cpp:
        removed use of methods no longer in existence
      storage/ndb/tools/restore/Restore.cpp:
        Renamed variable
      19bbb7cc
  31. 12 Jan, 2006 2 commits
    • unknown's avatar
      wl2325 wl2324 · 4c798b42
      unknown authored
      mysql-test/include/have_ndb_extra.inc:
        New BitKeeper file ``mysql-test/include/have_ndb_extra.inc''
      mysql-test/include/not_ndb.inc:
        New BitKeeper file ``mysql-test/include/not_ndb.inc''
      mysql-test/r/have_ndb_extra.require:
        New BitKeeper file ``mysql-test/r/have_ndb_extra.require''
      mysql-test/r/ndb_alter_table_row.result:
        New BitKeeper file ``mysql-test/r/ndb_alter_table_row.result''
      mysql-test/r/ndb_alter_table_stm.result:
        New BitKeeper file ``mysql-test/r/ndb_alter_table_stm.result''
      mysql-test/r/ndb_binlog_basic.result:
        New BitKeeper file ``mysql-test/r/ndb_binlog_basic.result''
      mysql-test/r/ndb_binlog_multi.result:
        New BitKeeper file ``mysql-test/r/ndb_binlog_multi.result''
      mysql-test/r/ndb_multi_row.result:
        New BitKeeper file ``mysql-test/r/ndb_multi_row.result''
      mysql-test/r/not_ndb.require:
        New BitKeeper file ``mysql-test/r/not_ndb.require''
      mysql-test/r/rpl_ndb_bank.result:
        New BitKeeper file ``mysql-test/r/rpl_ndb_bank.result''
      mysql-test/r/rpl_ndb_basic.result:
        New BitKeeper file ``mysql-test/r/rpl_ndb_basic.result''
      mysql-test/r/rpl_ndb_disk.result:
        New BitKeeper file ``mysql-test/r/rpl_ndb_disk.result''
      mysql-test/r/rpl_ndb_idempotent.result:
        New BitKeeper file ``mysql-test/r/rpl_ndb_idempotent.result''
      mysql-test/r/rpl_ndb_load.result:
        New BitKeeper file ``mysql-test/r/rpl_ndb_load.result''
      mysql-test/r/rpl_ndb_multi.result:
        New BitKeeper file ``mysql-test/r/rpl_ndb_multi.result''
      mysql-test/r/rpl_ndb_sync.result:
        New BitKeeper file ``mysql-test/r/rpl_ndb_sync.result''
      mysql-test/r/rpl_row_basic_7ndb.result:
        New BitKeeper file ``mysql-test/r/rpl_row_basic_7ndb.result''
      mysql-test/t/ndb_alter_table_row.test:
        New BitKeeper file ``mysql-test/t/ndb_alter_table_row.test''
      mysql-test/t/ndb_alter_table_stm.test:
        New BitKeeper file ``mysql-test/t/ndb_alter_table_stm.test''
      mysql-test/t/ndb_binlog_basic.test:
        New BitKeeper file ``mysql-test/t/ndb_binlog_basic.test''
      mysql-test/t/ndb_binlog_multi.test:
        New BitKeeper file ``mysql-test/t/ndb_binlog_multi.test''
      mysql-test/t/ndb_multi_row.test:
        New BitKeeper file ``mysql-test/t/ndb_multi_row.test''
      mysql-test/t/rpl_ndb_bank.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_bank.test''
      mysql-test/t/rpl_ndb_basic.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_basic.test''
      mysql-test/t/rpl_ndb_disk.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_disk.test''
      mysql-test/t/rpl_ndb_idempotent.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_idempotent.test''
      mysql-test/t/rpl_ndb_load.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_load.test''
      mysql-test/t/rpl_ndb_multi.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_multi.test''
      mysql-test/t/rpl_ndb_sync.test:
        New BitKeeper file ``mysql-test/t/rpl_ndb_sync.test''
      mysql-test/t/rpl_row_basic_7ndb.test:
        New BitKeeper file ``mysql-test/t/rpl_row_basic_7ndb.test''
      sql/ha_ndbcluster_binlog.cc:
        New BitKeeper file ``sql/ha_ndbcluster_binlog.cc''
      sql/ha_ndbcluster_binlog.h:
        New BitKeeper file ``sql/ha_ndbcluster_binlog.h''
      sql/ha_ndbcluster_tables.h:
        New BitKeeper file ``sql/ha_ndbcluster_tables.h''
      sql/rpl_injector.cc:
        New BitKeeper file ``sql/rpl_injector.cc''
      sql/rpl_injector.h:
        New BitKeeper file ``sql/rpl_injector.h''
      storage/ndb/include/kernel/signaldata/DihFragCount.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DihFragCount.hpp''
      4c798b42
    • unknown's avatar
      ndb_dd_ddl - fix bug · a5ac8675
      unknown authored
      BitKeeper/deleted/.del-ndb_error_reporter~48c84ad377571240:
        Delete: ndb/tools/ndb_error_reporter
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Release file from hash
      a5ac8675
  32. 11 Jan, 2006 1 commit
    • unknown's avatar
      wl2723 - ndb opt. nr · 641ce5e9
      unknown authored
      mysql-test/t/rpl_multi_engine.test:
        merge fix
      libmysqld/sql_tablespace.cc:
        New BitKeeper file ``libmysqld/sql_tablespace.cc''
      mysql-test/r/ndb_basic_disk.result:
        New BitKeeper file ``mysql-test/r/ndb_basic_disk.result''
      mysql-test/t/ndb_basic_disk.test:
        New BitKeeper file ``mysql-test/t/ndb_basic_disk.test''
      sql/sql_tablespace.cc:
        New BitKeeper file ``sql/sql_tablespace.cc''
      storage/ndb/src/kernel/blocks/OptNR.txt:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/OptNR.txt''
      storage/ndb/src/kernel/vm/mem.txt:
        New BitKeeper file ``storage/ndb/src/kernel/vm/mem.txt''
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/ndbd_malloc_impl.cpp''
      storage/ndb/src/kernel/vm/ndbd_malloc_impl.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/ndbd_malloc_impl.hpp''
      storage/ndb/tools/ndb_error_reporter:
        New BitKeeper file ``storage/ndb/tools/ndb_error_reporter''
      641ce5e9
  33. 07 Nov, 2005 1 commit
    • unknown's avatar
      Import ndb varsize · ee740746
      unknown authored
      BitKeeper/deleted/.del-MetaData.cpp~146ae9865dd35829:
        Delete: storage/ndb/src/kernel/vm/MetaData.cpp
      BitKeeper/deleted/.del-MetaData.hpp~538342afcd8ac53c:
        Delete: storage/ndb/src/kernel/vm/MetaData.hpp
      BitKeeper/deleted/.del-DbtupLCP.cpp~855b1ed3fbc86a42:
        Delete: storage/ndb/src/kernel/blocks/dbtup/DbtupLCP.cpp
      BitKeeper/deleted/.del-DbtupSystemRestart.cpp~15b54d7e4e75d2d:
        Delete: storage/ndb/src/kernel/blocks/dbtup/DbtupSystemRestart.cpp
      BitKeeper/deleted/.del-DbtupUndoLog.cpp~5a2ef6e86b1404e9:
        Delete: storage/ndb/src/kernel/blocks/dbtup/DbtupUndoLog.cpp
      storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/CreateFilegroup.hpp''
      storage/ndb/include/kernel/signaldata/CreateFilegroupImpl.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/CreateFilegroupImpl.hpp''
      storage/ndb/include/kernel/signaldata/CreateObj.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/CreateObj.hpp''
      storage/ndb/include/kernel/signaldata/DictObjOp.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DictObjOp.hpp''
      storage/ndb/include/kernel/signaldata/DropFilegroup.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DropFilegroup.hpp''
      storage/ndb/include/kernel/signaldata/DropFilegroupImpl.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DropFilegroupImpl.hpp''
      storage/ndb/include/kernel/signaldata/DropObj.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/DropObj.hpp''
      storage/ndb/include/kernel/signaldata/Extent.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/Extent.hpp''
      storage/ndb/include/kernel/signaldata/LgmanContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/LgmanContinueB.hpp''
      storage/ndb/include/kernel/signaldata/PgmanContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/PgmanContinueB.hpp''
      storage/ndb/include/kernel/signaldata/RestoreContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/RestoreContinueB.hpp''
      storage/ndb/include/kernel/signaldata/RestoreImpl.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/RestoreImpl.hpp''
      storage/ndb/include/kernel/signaldata/TsmanContinueB.hpp:
        New BitKeeper file ``storage/ndb/include/kernel/signaldata/TsmanContinueB.hpp''
      storage/ndb/src/kernel/blocks/dbdih/printSysfile.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbdih/printSysfile.cpp''
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp''
      storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/DbtupVarAlloc.cpp''
      storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp''
      storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.hpp''
      storage/ndb/src/kernel/blocks/dbtup/test_varpage.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/test_varpage.cpp''
      storage/ndb/src/kernel/blocks/dbtup/tuppage.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/tuppage.cpp''
      storage/ndb/src/kernel/blocks/dbtup/tuppage.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/dbtup/tuppage.hpp''
      storage/ndb/src/kernel/blocks/diskpage.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/diskpage.cpp''
      storage/ndb/src/kernel/blocks/diskpage.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/diskpage.hpp''
      storage/ndb/src/kernel/blocks/lgman.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/lgman.cpp''
      storage/ndb/src/kernel/blocks/lgman.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/lgman.hpp''
      storage/ndb/src/kernel/blocks/pgman.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/pgman.cpp''
      storage/ndb/src/kernel/blocks/pgman.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/pgman.hpp''
      storage/ndb/src/kernel/blocks/print_file.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/print_file.cpp''
      storage/ndb/src/kernel/blocks/restore.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/restore.cpp''
      storage/ndb/src/kernel/blocks/restore.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/restore.hpp''
      storage/ndb/src/kernel/blocks/tsman.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/tsman.cpp''
      storage/ndb/src/kernel/blocks/tsman.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/blocks/tsman.hpp''
      storage/ndb/src/kernel/vm/DLCFifoList.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/DLCFifoList.hpp''
      storage/ndb/src/kernel/vm/DLCHashTable.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/DLCHashTable.hpp''
      storage/ndb/src/kernel/vm/KeyTable2Ref.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/KeyTable2Ref.hpp''
      storage/ndb/src/kernel/vm/Rope.cpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/Rope.cpp''
      storage/ndb/src/kernel/vm/Rope.hpp:
        New BitKeeper file ``storage/ndb/src/kernel/vm/Rope.hpp''
      ee740746
  34. 05 Nov, 2005 1 commit
    • unknown's avatar
      ndb - bug with index build of unique index with 32 attributes · 854ff21d
      unknown authored
           since NDB$FRAGMENT is automatically added, there was a over run in the struct
      
      
      storage/ndb/include/kernel/AttributeList.hpp:
        Fix unique index with 32 attributes
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fix unique index with 32 attributes
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Fix unique index with 32 attributes
      854ff21d
  35. 20 Sep, 2005 1 commit
    • unknown's avatar
      ndb - backport from 5.1-ndb-dd: AttributeHeader: store size in bytes · dd89e28a
      unknown authored
      storage/ndb/include/kernel/AttributeHeader.hpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/kernel/blocks/dbutil/DbUtil.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/kernel/blocks/trix/Trix.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/ndbapi/NdbOperationDefine.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/ndbapi/NdbOperationSearch.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        backport from 5.1-ndb-dd: AttributeHeader: store size in bytes
      dd89e28a