An error occurred fetching the project authors.
  1. 17 May, 2006 1 commit
    • unknown's avatar
      ndb - · 6998a915
      unknown authored
        Fix recursive mutex lock in drop index (ndbapi programs only)
      
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Fix recursive mutex lock in drop index (ndbapi programs only)
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Fix recursive mutex lock in drop index (ndbapi programs only)
      6998a915
  2. 04 May, 2006 1 commit
  3. 25 Apr, 2006 1 commit
  4. 21 Apr, 2006 1 commit
    • unknown's avatar
      ndb - · 999c1870
      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
      999c1870
  5. 20 Apr, 2006 1 commit
    • unknown's avatar
      Bug#18594 ndb_restore log boken in 5.1 · e9347de8
      unknown authored
      - added compatability with 5.0
      - added test case for compatability with 5.0 and 5.1
      
      
      mysql-test/std_data/ndb_backup50/BACKUP-1-0.1.Data:
        New BitKeeper file ``mysql-test/std_data/ndb_backup50/BACKUP-1-0.1.Data''
      mysql-test/std_data/ndb_backup50/BACKUP-1-0.2.Data:
        New BitKeeper file ``mysql-test/std_data/ndb_backup50/BACKUP-1-0.2.Data''
      mysql-test/std_data/ndb_backup50/BACKUP-1.1.log:
        New BitKeeper file ``mysql-test/std_data/ndb_backup50/BACKUP-1.1.log''
      mysql-test/std_data/ndb_backup50/BACKUP-1.2.log:
        New BitKeeper file ``mysql-test/std_data/ndb_backup50/BACKUP-1.2.log''
      mysql-test/std_data/ndb_backup51/BACKUP-1-0.1.Data:
        New BitKeeper file ``mysql-test/std_data/ndb_backup51/BACKUP-1-0.1.Data''
      mysql-test/std_data/ndb_backup51/BACKUP-1-0.2.Data:
        New BitKeeper file ``mysql-test/std_data/ndb_backup51/BACKUP-1-0.2.Data''
      e9347de8
  6. 18 Apr, 2006 1 commit
  7. 10 Apr, 2006 2 commits
    • unknown's avatar
      ndb - · 95f9acc1
      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
      95f9acc1
    • unknown's avatar
      ndb - · 3fe848c6
      unknown authored
        still some valgrind varnings
      
      
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        still some valgrind varnings
      3fe848c6
  8. 24 Mar, 2006 1 commit
    • unknown's avatar
      - corrected bug causing hang in getTable when using blob tables · f7cc9d33
      unknown authored
      - make sure cluster/schema table is always created first
      
      
      sql/ha_ndbcluster_binlog.cc:
        make sure cluster/schema table is always created first
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        corrected bug causing hang in getTable when using blob tables
      f7cc9d33
  9. 23 Mar, 2006 1 commit
  10. 20 Mar, 2006 1 commit
  11. 09 Mar, 2006 1 commit
  12. 06 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#17761 blob tables patch 3b [closes the bug] · 0e710549
      unknown authored
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        oops (but did not affect previous patch)
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        allow NDB API programs direct access to blob tables via main table or by name (hack)
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        allow NDB API programs direct access to blob tables via main table or by name (hack)
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        allow NDB API programs direct access to blob tables via main table or by name (hack)
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        allow NDB API programs direct access to blob tables via main table or by name (hack)
      storage/ndb/src/ndbapi/ndberror.c:
        allow NDB API programs direct access to blob tables via main table or by name (hack)
      0e710549
  13. 05 Mar, 2006 1 commit
    • unknown's avatar
      ndb - bug#17761 blob tables patch 3a [requires next patch 3b] · da076694
      unknown authored
      storage/ndb/include/kernel/signaldata/DictTabInfo.hpp:
        parse blob table name (temp hack)
      storage/ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
        parse blob table name (temp hack)
      storage/ndb/src/ndbapi/DictCache.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/Ndb.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        do not put blob tables in ndb api dict cache
        main table is cached and blob tables are owned by its blob columns
      da076694
  14. 03 Mar, 2006 1 commit
    • unknown's avatar
      ndb - blob tables vs dict cache : patch 2 - bug#17761 (maybe) · 8ec73199
      unknown authored
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        by-pass dict cache when creating blob event op
        does get event using table stored under main event op
        in preparation to remove blob tables from dict cache
      8ec73199
  15. 28 Feb, 2006 1 commit
    • unknown's avatar
      ndb - blob tables vs dict cache : patch 1 · 697044ae
      unknown authored
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        blob fix 1: cache no tables at create.
        previously main table was cached before blob tables were ready.
        autoincr fix to avoid caching as side-effect.
        also removes some rename fix where createBlobTables had old/new args.
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        blob fix 1: cache no tables at create.
        previously main table was cached before blob tables were ready.
        autoincr fix to avoid caching as side-effect.
        also removes some rename fix where createBlobTables had old/new args.
      storage/ndb/src/ndbapi/ndberror.c:
        blob fix 1: cache no tables at create.
        previously main table was cached before blob tables were ready.
        autoincr fix to avoid caching as side-effect.
        also removes some rename fix where createBlobTables had old/new args.
      697044ae
  16. 22 Feb, 2006 1 commit
  17. 17 Feb, 2006 2 commits
    • unknown's avatar
      ndb - rbr blobs: fixes (not final) · 206e68ae
      unknown authored
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        invalidate table=>invalidate blob tables
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        invalidate table=>invalidate blob tables
      storage/ndb/src/ndbapi/DictCache.cpp:
        DBUG_PRINT
      sql/ha_ndbcluster.cc:
        avoid discovering NDB$BLOB tables
      mysql-test/t/disabled.def:
        rpl_ndb_blob passes again
      206e68ae
    • unknown's avatar
      ndb - rbr blobs: remove obsolete problem-causing temporary fix · 9b79e76b
      unknown authored
      sql/ha_ndbcluster_binlog.cc:
        remove fix_blob_events
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        remove fix_blob_events
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        remove fix_blob_events
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        remove fix_blob_events
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        remove fix_blob_events
      9b79e76b
  18. 16 Feb, 2006 1 commit
  19. 14 Feb, 2006 1 commit
  20. 08 Feb, 2006 1 commit
    • unknown's avatar
      NdbEventOperationImpl.cpp, NdbEventOperation.cpp, NdbEventOperation.hpp: · af59ba3b
      unknown authored
        Put back getTable
      NdbDictionaryImpl.cpp, NdbDictionary.cpp, NdbDictionary.hpp:
        Added putTable
      
      
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Added putTable
      storage/ndb/include/ndbapi/NdbEventOperation.hpp:
        Put back getTable
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Added putTable
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Added putTable
      storage/ndb/src/ndbapi/NdbEventOperation.cpp:
        Put back getTable
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Put back getTable
      af59ba3b
  21. 07 Feb, 2006 2 commits
  22. 05 Feb, 2006 1 commit
    • unknown's avatar
      ndb - rbr blobs works now (or again) · 13a5adc9
      unknown authored
      mysql-test/t/disabled.def:
        ndb_blob.test works again, sort of
      storage/ndb/include/ndbapi/NdbBlob.hpp:
        better getNull & replace+tinyblob forward-patch from 5.0
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        better getNull & replace+tinyblob forward-patch from 5.0
      storage/ndb/test/ndbapi/test_event.cpp:
        getEvent()->getTable()
      sql/ha_ndbcluster.cc:
        return more error codes from blob calls
      sql/ha_ndbcluster_binlog.cc:
        return more error codes from blob calls
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        return more error codes from blob calls
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        copy and invalidate blob tables as part of main table.  TODO: do not cache blob tables
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        copy and invalidate blob tables as part of main table.  TODO: do not cache blob tables
      13a5adc9
  23. 01 Feb, 2006 2 commits
  24. 31 Jan, 2006 1 commit
  25. 25 Jan, 2006 1 commit
    • unknown's avatar
      ndb - wl#2972 rbr blobs: write blob data to binlog · 09dadbd7
      unknown authored
      mysql-test/t/disabled.def:
        rbr blobs: write data + dict cache workarounds
      sql/ha_ndbcluster.cc:
        rbr blobs: write data + dict cache workarounds
      sql/ha_ndbcluster.h:
        rbr blobs: write data + dict cache workarounds
      sql/ha_ndbcluster_binlog.cc:
        rbr blobs: write data + dict cache workarounds
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        rbr blobs: write data + dict cache workarounds
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        rbr blobs: write data + dict cache workarounds
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        rbr blobs: write data + dict cache workarounds
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        rbr blobs: write data + dict cache workarounds
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        rbr blobs: write data + dict cache workarounds
      09dadbd7
  26. 19 Jan, 2006 1 commit
    • unknown's avatar
      ndb - wl#2972 rbr blobs ndb api support · 77b85333
      unknown authored
      storage/ndb/include/ndbapi/NdbBlob.hpp:
        rbr blobs ndb api support
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        rbr blobs ndb api support
      storage/ndb/include/ndbapi/NdbEventOperation.hpp:
        rbr blobs ndb api support
      storage/ndb/ndbapi-examples/ndbapi_event/Makefile:
        rbr blobs ndb api support
      storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp:
        rbr blobs ndb api support
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        rbr blobs ndb api support
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        rbr blobs ndb api support
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        rbr blobs ndb api support
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        rbr blobs ndb api support
      storage/ndb/src/ndbapi/NdbEventOperation.cpp:
        rbr blobs ndb api support
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        rbr blobs ndb api support
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        rbr blobs ndb api support
      storage/ndb/test/ndbapi/test_event_merge.cpp:
        rbr blobs ndb api support
      77b85333
  27. 17 Jan, 2006 2 commits
    • unknown's avatar
      WL #2747: Fix such that backup and restore works for user defined · 8d319b34
      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
      8d319b34
    • unknown's avatar
      WL #2604: Partition Management · b770b9bf
      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
      b770b9bf
  28. 12 Jan, 2006 1 commit
    • unknown's avatar
      wl2325 wl2324 · 551f74f0
      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''
      551f74f0
  29. 11 Jan, 2006 1 commit
    • unknown's avatar
      wl2723 - ndb opt. nr · 7bdcf080
      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''
      7bdcf080
  30. 07 Nov, 2005 1 commit
    • unknown's avatar
      Import ndb varsize · 4dd4a74a
      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''
      4dd4a74a
  31. 15 Sep, 2005 2 commits
    • unknown's avatar
      ndb-wl2325.patch · 81127711
      unknown authored
      storage/ndb/include/debugger/EventLogger.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/GlobalSignalNumbers.h:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/NodeInfo.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/signaldata/AlterTab.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/signaldata/CreateEvnt.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/signaldata/CreateTab.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/signaldata/DropTab.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/signaldata/EventReport.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/kernel/signaldata/SumaImpl.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/mgmapi/mgmapi.h:
        Import patch ndb-wl2325.patch
      storage/ndb/include/mgmapi/mgmapi_config_parameters.h:
        Import patch ndb-wl2325.patch
      storage/ndb/include/mgmapi/ndb_logevent.h:
        Import patch ndb-wl2325.patch
      storage/ndb/include/ndbapi/Ndb.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/ndbapi/NdbError.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/ndbapi/NdbEventOperation.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/ndbapi/ndb_cluster_connection.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/include/ndbapi/ndberror.h:
        Import patch ndb-wl2325.patch
      storage/ndb/ndbapi-examples/Makefile:
        Import patch ndb-wl2325.patch
      storage/ndb/src/common/debugger/EventLogger.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/common/debugger/Makefile.am:
        Import patch ndb-wl2325.patch
      storage/ndb/src/common/debugger/signaldata/SignalNames.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/common/debugger/signaldata/SumaImpl.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/SimBlockList.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/dbtup/DbtupTrigger.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/ndbcntr/Ndbcntr.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrInit.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrSysTable.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/suma/Suma.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/suma/Suma.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/suma/SumaInit.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/trix/Trix.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/blocks/trix/Trix.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/vm/Configuration.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/vm/SimulatedBlock.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/kernel/vm/SimulatedBlock.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/mgmapi/mgmapi.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/mgmapi/ndb_logevent.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/mgmsrv/MgmtSrvr.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/mgmsrv/MgmtSrvr.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/mgmsrv/Services.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/mgmsrv/Services.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/ClusterMgr.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/ClusterMgr.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/Ndb.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbEventOperation.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbImpl.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/NdbWaiter.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/Ndberr.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/Ndbif.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/Ndbinit.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/ObjectMap.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/TransporterFacade.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/TransporterFacade.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/ndb_cluster_connection.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/ndb_cluster_connection_impl.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/src/ndbapi/ndberror.c:
        Import patch ndb-wl2325.patch
      storage/ndb/test/include/HugoOperations.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/include/HugoTransactions.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/include/NDBT_Table.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/include/NDBT_Test.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/Makefile.am:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/Bank.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/Bank.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/bankCreator.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/bankMakeGL.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/bankSumAccounts.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/bankTimer.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/bankTransactionMaker.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/bankValidateAllGLs.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bank/testBank.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bench/asyncGenerator.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/bench/ndb_schema.hpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/test_event.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/ndbapi/test_event_multi_table.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/run-test/Makefile.am:
        Import patch ndb-wl2325.patch
      storage/ndb/test/run-test/daily-devel-tests.txt:
        Import patch ndb-wl2325.patch
      storage/ndb/test/src/HugoOperations.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/src/HugoTransactions.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/src/NDBT_ResultRow.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/src/NDBT_Tables.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/src/NDBT_Test.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/src/UtilTransactions.cpp:
        Import patch ndb-wl2325.patch
      storage/ndb/test/tools/Makefile.am:
        Import patch ndb-wl2325.patch
      81127711
    • unknown's avatar
      ndb - wl#2624 re-commit due to bk problem · eaeeaae7
      unknown authored
      mysql-test/r/ndb_basic.result:
        wl#2624 re-commit due to bk problem
      mysql-test/r/ndb_blob.result:
        wl#2624 re-commit due to bk problem
      mysql-test/r/ndb_charset.result:
        wl#2624 re-commit due to bk problem
      mysql-test/r/ndb_condition_pushdown.result:
        wl#2624 re-commit due to bk problem
      mysql-test/r/ndb_index_ordered.result:
        wl#2624 re-commit due to bk problem
      mysql-test/t/ndb_index_ordered.test:
        wl#2624 re-commit due to bk problem
      sql/ha_ndbcluster.cc:
        wl#2624 re-commit due to bk problem
      sql/ha_ndbcluster.h:
        wl#2624 re-commit due to bk problem
      sql/mysqld.cc:
        wl#2624 re-commit due to bk problem
      sql/set_var.cc:
        wl#2624 re-commit due to bk problem
      sql/sql_class.h:
        wl#2624 re-commit due to bk problem
      storage/ndb/include/kernel/AttributeHeader.hpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/include/ndbapi/NdbDictionary.hpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/kernel/blocks/dbtup/DbtupRoutines.cpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/kernel/blocks/dbtux/Dbtux.hpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/kernel/blocks/dbtux/DbtuxGen.cpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/kernel/blocks/dbtux/DbtuxTree.cpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/kernel/blocks/dbtux/Makefile.am:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/ndbapi/Makefile.am:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/ndbapi/NdbDictionary.cpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        wl#2624 re-commit due to bk problem
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        wl#2624 re-commit due to bk problem
      eaeeaae7
  32. 26 Jul, 2005 1 commit
    • unknown's avatar
      wl2405.patch · 88188293
      unknown authored
      storage/ndb/include/ndbapi/Ndb.hpp:
        Import patch wl2405.patch
      storage/ndb/include/ndbapi/NdbIndexScanOperation.hpp:
        Import patch wl2405.patch
      storage/ndb/include/ndbapi/NdbScanOperation.hpp:
        Import patch wl2405.patch
      storage/ndb/include/portlib/NdbThread.h:
        Import patch wl2405.patch
      storage/ndb/src/common/portlib/NdbThread.c:
        Import patch wl2405.patch
      storage/ndb/src/common/transporter/TransporterRegistry.cpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/Ndb.cpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/NdbScanOperation.cpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/NdbWaiter.hpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/Ndbif.cpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/Ndbinit.cpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/TransporterFacade.cpp:
        Import patch wl2405.patch
      storage/ndb/src/ndbapi/TransporterFacade.hpp:
        Import patch wl2405.patch
      88188293
  33. 22 Jul, 2005 1 commit
    • unknown's avatar
      Fixed error in constants · b69fd160
      unknown authored
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Set up node group information as default if no node group info is
        passed in create table message.
      b69fd160
  34. 21 Jul, 2005 1 commit