An error occurred fetching the project authors.
  1. 27 Jun, 2006 1 commit
    • unknown's avatar
      Many files: · cea60fb1
      unknown authored
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
        new file
      
      
      mysql-test/t/ndb_partition_error.test:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/t/ndb_partition_key.test:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/t/ndb_partition_list.test:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/t/ndb_partition_range.test:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/t/ndb_blob_partition.test:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/t/ndb_dd_backuprestore.test:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/r/ndb_partition_error.result:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/r/ndb_partition_key.result:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/r/ndb_partition_list.result:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/r/ndb_partition_range.result:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/r/ndb_blob_partition.result:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      mysql-test/r/ndb_dd_backuprestore.result:
        Adding back ndb partition tests from mysql-test-extra per tomas and clavin
      cea60fb1
  2. 27 May, 2006 1 commit
    • unknown's avatar
      BUG#19695: Showed partition options when table options were not shown · a3170bf6
      unknown authored
      mysql-test/r/ndb_partition_key.result:
        Manicural changes removed a space from a double-space
      mysql-test/r/partition.result:
        Manicural changes removed a space from a double-space
        Added new test case
      mysql-test/r/partition_02myisam.result:
        Manicural changes removed a space from a double-space
      mysql-test/r/partition_range.result:
        Manicural changes removed a space from a double-space
      mysql-test/t/partition.test:
        New test case
      sql/sql_partition.cc:
        Removed unnecessary extra spaces
        Added show_partition_options set in the same way as when to show table options in SHOW CREATE TABLE
      sql/sql_partition.h:
        Removed unnecessary extra spaces
        Added show_partition_options set in the same way as when to show table options in SHOW CREATE TABLE
      sql/sql_show.cc:
        Removed unnecessary extra spaces
        Added show_partition_options set in the same way as when to show table options in SHOW CREATE TABLE
      sql/sql_table.cc:
        Removed unnecessary extra spaces
        Added show_partition_options set in the same way as when to show table options in SHOW CREATE TABLE
      a3170bf6
  3. 12 May, 2006 1 commit
    • unknown's avatar
      .del-ndb_partition_range.result~17fc1db754d4153d: · a02faddc
      unknown authored
        Delete: mysql-test/r/ndb_partition_range.result
      .del-ndb_partition_list.result~7af68cd45e74abf:
        Delete: mysql-test/r/ndb_partition_list.result
      .del-ndb_partition_key.result~68b9a59cff8c9840:
        Delete: mysql-test/r/ndb_partition_key.result
      .del-ndb_partition_error.result~944f84894e323e9:
        Delete: mysql-test/r/ndb_partition_error.result
      .del-ndb_blob_partition.result~fda88ddfc5477a7e:
        Delete: mysql-test/r/ndb_blob_partition.result
      .del-ndb_partition_range.test~af8f9016b6648239:
        Delete: mysql-test/t/ndb_partition_range.test
      .del-ndb_partition_list.test~940289b3d58595ca:
        Delete: mysql-test/t/ndb_partition_list.test
      .del-ndb_partition_key.test~ed7b15c91f66558d:
        Delete: mysql-test/t/ndb_partition_key.test
      .del-ndb_partition_error.test~2da477be29be041f:
        Delete: mysql-test/t/ndb_partition_error.test
      .del-ndb_blob_partition.test~ea99ef9759705ce3:
        Delete: mysql-test/t/ndb_blob_partition.test
      
      
      BitKeeper/deleted/.del-ndb_blob_partition.test~ea99ef9759705ce3:
        Delete: mysql-test/t/ndb_blob_partition.test
      BitKeeper/deleted/.del-ndb_partition_error.test~2da477be29be041f:
        Delete: mysql-test/t/ndb_partition_error.test
      BitKeeper/deleted/.del-ndb_partition_key.test~ed7b15c91f66558d:
        Delete: mysql-test/t/ndb_partition_key.test
      BitKeeper/deleted/.del-ndb_partition_list.test~940289b3d58595ca:
        Delete: mysql-test/t/ndb_partition_list.test
      BitKeeper/deleted/.del-ndb_partition_range.test~af8f9016b6648239:
        Delete: mysql-test/t/ndb_partition_range.test
      BitKeeper/deleted/.del-ndb_blob_partition.result~fda88ddfc5477a7e:
        Delete: mysql-test/r/ndb_blob_partition.result
      BitKeeper/deleted/.del-ndb_partition_error.result~944f84894e323e9:
        Delete: mysql-test/r/ndb_partition_error.result
      BitKeeper/deleted/.del-ndb_partition_key.result~68b9a59cff8c9840:
        Delete: mysql-test/r/ndb_partition_key.result
      BitKeeper/deleted/.del-ndb_partition_list.result~7af68cd45e74abf:
        Delete: mysql-test/r/ndb_partition_list.result
      BitKeeper/deleted/.del-ndb_partition_range.result~17fc1db754d4153d:
        Delete: mysql-test/r/ndb_partition_range.result
      a02faddc
  4. 10 May, 2006 1 commit
    • unknown's avatar
      BUG#19010: Fix issues with that ALTER TABLE from auto-partitioned NDB table... · 4e3f4e97
      unknown authored
      BUG#19010: Fix issues with that ALTER TABLE from auto-partitioned NDB table doesn't work unless primary key exists on table.
      
      
      mysql-test/r/ndb_bitfield.result:
        Test cases changes now that auto-partitioning is remembered in frm file
      mysql-test/r/ndb_dd_basic.result:
        Test cases changes now that auto-partitioning is remembered in frm file
      mysql-test/r/ndb_dd_disk2memory.result:
        Test cases changes now that auto-partitioning is remembered in frm file
      mysql-test/r/ndb_gis.result:
        Test cases changes now that auto-partitioning is remembered in frm file
      mysql-test/r/ndb_partition_key.result:
        New test cases for auto-partitioning change that was made to fix bug
      mysql-test/r/rpl_ndb_UUID.result:
        Test cases changes now that auto-partitioning is remembered in frm file
      mysql-test/r/rpl_ndb_dd_advance.result:
        Test cases changes now that auto-partitioning is remembered in frm file
      mysql-test/t/ndb_partition_key.test:
        New test cases for auto-partitioning change that was made to fix bug
      sql/partition_info.h:
        New boolean to keep track of auto partitioned or not
      sql/sql_partition.cc:
        Ensure that auto-partitiong flag is reset when partitions are dropped, added, reorganised or coalesced.
        Ensure that auto-partitioned tables are altered into non-partitioned table when ALTER TABLE t1 engine=X
        is performed.
      sql/sql_show.cc:
        Only print partition info for non-auto-partitioned tables
      sql/sql_table.cc:
        Set auto partition flag when auto partitions are generated in create table
      sql/table.cc:
        Fix reading of frm file where new auto-partition flag is introduced.
      sql/table.h:
        New flag for auto partition on share object
      sql/unireg.cc:
        Fix code for writing frm to also write autopartition flag at end of partition info, fix some length issues
        at the same time that was in this part that caused no problems since partition info always was the last info
        in the file.
      4e3f4e97
  5. 09 May, 2006 2 commits
    • unknown's avatar
      55f7266b
    • unknown's avatar
      BUG#19140: Create index caused crash · 0edd2ec4
      unknown authored
      mysql-test/r/ndb_partition_key.result:
        New test case to ensure path in code is tested
      mysql-test/r/partition.result:
        New test case for bug
      mysql-test/t/ndb_partition_key.test:
        New test case to ensure path in code is tested
      mysql-test/t/partition.test:
        New test case for bug
      sql/sql_partition.cc:
        Use stack variable, not variable on lex object, caused havoc when doing a create index.
      sql/sql_table.cc:
        Editorial changes + added a comment to a path in code I didn't remember myself what it was good for.
      0edd2ec4
  6. 16 Apr, 2006 1 commit
    • unknown's avatar
      WL 2826: Error handling of ALTER TABLE for partitioning · 9a40c5bf
      unknown authored
      After review changes
      
      
      mysql-test/r/ndb_partition_key.result:
        Fixed result file
      sql/ha_ndbcluster.cc:
        Fixed interface to create_handler_files
      sql/ha_ndbcluster.h:
        Fixed interface to create_handler_files
      sql/ha_partition.cc:
        Fixed interface to create_handler_files and made it two-stage for rename
        Removed print_error and now it's used by MySQL Server parts instead
      sql/ha_partition.h:
        Fixed interface to create_handler_files
      sql/mysql_priv.h:
        Fixed error injects
        Externalised Global DDL log mutex
        Some interface changes
      sql/mysqld.cc:
        Moved close of DDL log until all user threads been closed
      sql/sql_base.cc:
        Interface changes
      sql/sql_partition.cc:
        Moved print_error to mysql server part
      sql/sql_table.cc:
        Lots of after review changes
      sql/table.cc:
        Fixed upgrade code
      9a40c5bf
  7. 23 Mar, 2006 1 commit
  8. 22 Mar, 2006 1 commit
  9. 21 Mar, 2006 1 commit
    • unknown's avatar
      BUG#17754 · 153f0947
      unknown authored
      Fixed result files
      
      
      mysql-test/r/ndb_partition_key.result:
        Fixed result files
      mysql-test/r/partition.result:
        Fixed result files
      153f0947
  10. 20 Mar, 2006 1 commit
    • unknown's avatar
      BUG#17754 · 51f70d9f
      unknown authored
      Added new syntax ALTER TABLE t1 REMOVE PARTITIONING,
      changed semantics of ALTER TABLE t1 ENGINE=X; to not remove partitioning
      Fix a number of mix engine bugs in partitioning
      
      
      mysql-test/r/ndb_partition_key.result:
        Added a number of new test cases
      mysql-test/r/partition.result:
        Added a number of new test cases
      mysql-test/t/ndb_partition_key.test:
        Added a number of new test cases
      mysql-test/t/partition.test:
        Added a number of new test cases
      sql/lex.h:
        REMOVE and PARTITIONING added as keywords in parser
      sql/sql_lex.h:
        Added flag to alter_info flag
      sql/sql_partition.cc:
        Fixes for the new syntax, changes of the current semantics of the syntax.
        Fixes for errors in handling mixes of table handlers in partitioning syntax
        for ALTER TABLE
      sql/sql_table.cc:
        Bug fix
      sql/sql_yacc.yy:
        New syntax for REMOVE PARTITIONING
      51f70d9f
  11. 13 Mar, 2006 1 commit
    • unknown's avatar
      BUG #16810: Error on coalesce partition · c472bdba
      unknown authored
      New test case (bug was already fixed)
      
      
      mysql-test/r/ndb_partition_key.result:
        New test case
      mysql-test/t/ndb_partition_key.test:
        New test case
      c472bdba
  12. 22 Feb, 2006 1 commit
    • unknown's avatar
      Bug#10460 SHOW CREATE TABLE uses inconsistent upper/lower case · 31a7a0d6
      unknown authored
      mysql-test/r/alter_table.result:
        Update test result
      mysql-test/r/analyse.result:
        Update test result
      mysql-test/r/archive.result:
        Update test result
      mysql-test/r/archive_bitfield.result:
        Update test result
      mysql-test/r/archive_gis.result:
        Update test result
      mysql-test/r/bdb.result:
        Update test result
      mysql-test/r/bdb_gis.result:
        Update test result
      mysql-test/r/bigint.result:
        Update test result
      mysql-test/r/binary.result:
        Update test result
      mysql-test/r/case.result:
        Update test result
      mysql-test/r/cast.result:
        Update test result
      mysql-test/r/constraints.result:
        Update test result
      mysql-test/r/create.result:
        Update test result
      mysql-test/r/ctype_collate.result:
        Update test result
      mysql-test/r/ctype_create.result:
        Update test result
      mysql-test/r/ctype_latin1_de.result:
        Update test result
      mysql-test/r/ctype_many.result:
        Update test result
      mysql-test/r/ctype_mb.result:
        Update test result
      mysql-test/r/ctype_recoding.result:
        Update test result
      mysql-test/r/ctype_sjis.result:
        Update test result
      mysql-test/r/ctype_tis620.result:
        Update test result
      mysql-test/r/ctype_ucs.result:
        Update test result
      mysql-test/r/ctype_ujis.result:
        Update test result
      mysql-test/r/ctype_utf8.result:
        Update test result
      mysql-test/r/default.result:
        Update test result
      mysql-test/r/events.result:
        Update test result
      mysql-test/r/federated.result:
        Update test result
      mysql-test/r/fulltext.result:
        Update test result
      mysql-test/r/func_gconcat.result:
        Update test result
      mysql-test/r/func_group.result:
        Update test result
      mysql-test/r/func_math.result:
        Update test result
      mysql-test/r/func_misc.result:
        Update test result
      mysql-test/r/func_str.result:
        Update test result
      mysql-test/r/func_system.result:
        Update test result
      mysql-test/r/gis-rtree.result:
        Update test result
      mysql-test/r/heap.result:
        Update test result
      mysql-test/r/index_merge_innodb.result:
        Update test result
      mysql-test/r/information_schema.result:
        Update test result
      mysql-test/r/innodb.result:
        Update test result
      mysql-test/r/innodb_gis.result:
        Update test result
      mysql-test/r/key.result:
        Update test result
      mysql-test/r/merge.result:
        Update test result
      mysql-test/r/myisam.result:
        Update test result
      mysql-test/r/mysqldump-max.result:
        Update test result
      mysql-test/r/mysqldump.result:
        Update test result
      mysql-test/r/ndb_bitfield.result:
        Update test result
      mysql-test/r/ndb_gis.result:
        Update test result
      mysql-test/r/ndb_partition_key.result:
        Update test result
      mysql-test/r/null.result:
        Update test result
      mysql-test/r/partition.result:
        Update test result
      mysql-test/r/partition_02myisam.result:
        Update test result
      mysql-test/r/partition_mgm_err.result:
        Update test result
      mysql-test/r/partition_range.result:
        Update test result
      mysql-test/r/ps_2myisam.result:
        Update test result
      mysql-test/r/ps_3innodb.result:
        Update test result
      mysql-test/r/ps_4heap.result:
        Update test result
      mysql-test/r/ps_5merge.result:
        Update test result
      mysql-test/r/ps_6bdb.result:
        Update test result
      mysql-test/r/rpl_mixed_ddl_dml.result:
        Update test result
      mysql-test/r/rpl_multi_engine.result:
        Update test result
      mysql-test/r/rpl_ndb_UUID.result:
        Update test result
      mysql-test/r/show_check.result:
        Update test result
      mysql-test/r/sp-vars.result:
        Update test result
      mysql-test/r/sp.result:
        Update test result
      mysql-test/r/sql_mode.result:
        Update test result
      mysql-test/r/strict.result:
        Update test result
      mysql-test/r/subselect.result:
        Update test result
      mysql-test/r/symlink.result:
        Update test result
      mysql-test/r/synchronization.result:
        Update test result
      mysql-test/r/system_mysql_db.result:
        Update test result
      mysql-test/r/temp_table.result:
        Update test result
      mysql-test/r/trigger.result:
        Update test result
      mysql-test/r/type_binary.result:
        Update test result
      mysql-test/r/type_bit.result:
        Update test result
      mysql-test/r/type_bit_innodb.result:
        Update test result
      mysql-test/r/type_blob.result:
        Update test result
      mysql-test/r/type_decimal.result:
        Update test result
      mysql-test/r/type_enum.result:
        Update test result
      mysql-test/r/type_float.result:
        Update test result
      mysql-test/r/type_nchar.result:
        Update test result
      mysql-test/r/type_newdecimal.result:
        Update test result
      mysql-test/r/type_set.result:
        Update test result
      mysql-test/r/type_timestamp.result:
        Update test result
      mysql-test/r/type_varchar.result:
        Update test result
      mysql-test/r/union.result:
        Update test result
      mysql-test/r/user_var.result:
        Update test result
      mysql-test/r/variables.result:
        Update test result
      sql/sql_show.cc:
        Make ouput from SHOW CREATE TABLE use uppercase for "CHARACTER SET", "COLLATE", "DEFAULT", "ON UPDATE" and "AUTO_INCREMENT"
      31a7a0d6
  13. 17 Feb, 2006 1 commit
    • unknown's avatar
      Fix results due to change in SHOW CREATE TABLE output · 338707ad
      unknown authored
      mysql-test/r/ndb_bitfield.result:
        Update result
      mysql-test/r/ndb_dd_basic.result:
        Update result
      mysql-test/r/ndb_dd_disk2memory.result:
        Update result
      mysql-test/r/ndb_partition_key.result:
        Update result
      mysql-test/r/ndb_partition_range.result:
        Update result
      mysql-test/r/ndb_temporary.result:
        Update result
      mysql-test/r/rpl_ndb_UUID.result:
        Update result
      338707ad
  14. 17 Jan, 2006 1 commit
    • 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
  15. 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
  16. 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
  17. 06 Oct, 2005 1 commit
  18. 21 Sep, 2005 1 commit
  19. 14 Sep, 2005 1 commit
  20. 26 Jul, 2005 1 commit
    • unknown's avatar
      ndb - mysql-test-run - ndb_partition_key · e399e932
      unknown authored
        remove length of frm files as this is config dependant
      
      
      mysql-test/r/ndb_partition_key.result:
        remove length of frm files as this is config dependant
      mysql-test/t/ndb_partition_key.test:
        remove length of frm files as this is config dependant
      e399e932
  21. 18 Jul, 2005 1 commit