1. 20 Jan, 2006 2 commits
    • unknown's avatar
      Updated test · e885b1af
      unknown authored
      
      BitKeeper/deleted/.del-not_ndb_table.inc~86f167fc49e34d38:
        Delete: mysql-test/include/not_ndb_table.inc
      BitKeeper/deleted/.del-not_ndb_table.require~1e81af954dbb864a:
        Delete: mysql-test/r/not_ndb_table.require
      mysql-test/extra/rpl_tests/rpl_foreign_key.test:
        Cleanup test for NDB
      mysql-test/t/rpl_foreign_key_innodb.test:
        Cleanup test for NDB
      mysql-test/r/rpl_foreign_key_innodb.result:
        Cleanup test for NDB
      mysql-test/t/rpl_optimize.test:
        setting back to orginal values
      e885b1af
    • unknown's avatar
      Updated with feedback omer provided · 9e59b396
      unknown authored
      
      mysql-test/t/ndb_dd_ddl.test:
        Updated test case with suggestions from omer
      mysql-test/r/ndb_dd_ddl.result:
        Updated test case with suggestions from omer
      9e59b396
  2. 17 Jan, 2006 1 commit
    • unknown's avatar
      Updated test cases for testing Cluster Replication using the rpl* test cases · 8adce14f
      unknown authored
      
      mysql-test/t/rpl_row_USER.test:
        Changed test to allow ndbcluster engine to be use
      mysql-test/r/rpl_row_USER.result:
        Changed test to allow ndbcluster engine to be use
      mysql-test/t/rpl_bit.test:
        Changed test to allow ndbcluster engine to be use
      mysql-test/r/rpl_bit.result:
        Changed test to allow ndbcluster engine to be use
      mysql-test/r/rpl_log_pos.result:
        Changed test to allow ndbcluster engine to be use
      mysql-test/t/rpl_log_pos.test:
        Changed test to allow ndbcluster engine to be use
      mysql-test/r/not_ndb_table.require:
        Needed a way to tell some test case to skip running it default-storage-engine was set to ndb
      mysql-test/t/rpl_000015.test:
        Updated test case
      mysql-test/r/rpl_000015.result:
        Updated test case
      mysql-test/t/rpl_loaddata2.test:
        Updated test case
      mysql-test/r/rpl_loaddata2.result:
        Updated test case
      mysql-test/t/rpl_loadfile.test:
        Updated test case
      mysql-test/r/rpl_loadfile.result:
        Updated test case
      mysql-test/include/not_ndb_table.inc:
        added comment header.
      mysql-test/t/rpl_foreign_key_innodb.test:
        Skip test when NDB is forced
      mysql-test/t/rpl_optimize.test:
        Skip test when NDB is forced
      mysql-test/t/rpl000005.test:
        updated test case
      mysql-test/r/rpl000005.result:
        updated test case
      mysql-test/t/rpl_user_variables.test:
        Test clean up for CRBR testing
      mysql-test/r/rpl_user_variables.result:
        Test clean up for CRBR testing
      mysql-test/r/rpl_timezone.result:
        Test clean up for CRBR testing
      mysql-test/t/rpl_timezone.test:
        Test clean up for CRBR testing
      8adce14f
  3. 16 Jan, 2006 12 commits
  4. 15 Jan, 2006 5 commits
    • unknown's avatar
      ndb - fix ndb_restore on solaris · 0a5a8a51
      unknown authored
        Fix alignment changes in tup page header
      
      
      storage/ndb/src/kernel/blocks/dbtup/Undo_buffer.cpp:
        Fix alignment changes in tup page header
      storage/ndb/src/kernel/blocks/suma/Suma.hpp:
        Fix alignment changes in tup page header
      0a5a8a51
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-ndb · ec67a6a3
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-new
      
      
      ec67a6a3
    • unknown's avatar
      ndb dd - · ebf57797
      unknown authored
        Change default page buffer cache size
      
      
      mysql-test/ndb/ndb_config_1_node.ini:
        Add configuration of page buffer
      mysql-test/ndb/ndb_config_2_node.ini:
        Add configuration of page buffer
      mysql-test/ndb/ndb_config_4_node.ini:
        Add configuration of page buffer
      mysql-test/ndb/ndbcluster.sh:
        Add configuration of page buffer
      storage/ndb/include/kernel/ndb_limits.h:
        Hard code some limits (for now)...
      storage/ndb/include/mgmapi/mgmapi_config_parameters.h:
        Add configuration of page buffer
      storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        Add configuration of page buffer
      storage/ndb/src/kernel/blocks/pgman.cpp:
        Add configuration of page buffer
      storage/ndb/src/kernel/blocks/restore.cpp:
        Add configuration of page buffer
      storage/ndb/src/mgmsrv/ConfigInfo.cpp:
        Change default page buffer caches from 1M (only used for testing) to realistic 64M
      ebf57797
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 1d5a5ae0
      unknown authored
      into  mysql.com:/home/alexi/dev/mysql-5.1-studio
      
      
      sql/log_event.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      1d5a5ae0
    • unknown's avatar
      Changes to avoid compilation errors in MS Visual Studio 7.1 · 8e9cabb1
      unknown authored
       (reviewed by Mats)
      
      
      sql/log_event.cc:
        Changes to avoid compilation errors in MS Visual Studio 7.1
      sql/sql_class.cc:
        Changes to avoid compilation errors in MS Visual Studio 7.1
      8e9cabb1
  5. 14 Jan, 2006 2 commits
  6. 13 Jan, 2006 18 commits
    • unknown's avatar
      BUG#14194: Problem with fulltext boolean search and apostrophe · ca4935e6
      unknown authored
      Fixed that single apostrophe was considered as a word character.
      
      
      mysql-test/r/fulltext.result:
        A test case for BUG#14194 added.
      mysql-test/t/fulltext.test:
        A test case for BUG#14194 added.
      storage/myisam/ftdefs.h:
        Fixed that single apostrophe was considered as a word character.
      ca4935e6
    • unknown's avatar
      BUG#13835: max key length is 1000 bytes when trying to create a fulltext index · 7f397ffd
      unknown authored
      Allow fulltext index on VARCHAR columns longer than max key length.
      
      
      mysql-test/r/fulltext.result:
        A test case for BUG#13835 added.
      mysql-test/t/fulltext.test:
        A test case for BUG#13835 added.
      sql/sql_table.cc:
        Allow fulltext index on VARCHAR columns longer than max key length.
      7f397ffd
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b358c5cb
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      
      b358c5cb
    • unknown's avatar
      ndb - wl#2972 event merge false by default => change option name · 0953c40f
      unknown authored
      
      storage/ndb/include/ndbapi/NdbEventOperation.hpp:
        event merge false by default => change option name
      storage/ndb/ndbapi-examples/ndbapi_event/ndbapi_event.cpp:
        event merge false by default => change option name
      storage/ndb/src/ndbapi/NdbEventOperation.cpp:
        event merge false by default => change option name
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        event merge false by default => change option name
      storage/ndb/src/ndbapi/NdbEventOperationImpl.hpp:
        event merge false by default => change option name
      storage/ndb/test/ndbapi/test_event.cpp:
        event merge false by default => change option name
      storage/ndb/test/ndbapi/test_event_merge.cpp:
        event merge false by default => change option name
      0953c40f
    • unknown's avatar
      Merge mysql.com:/home/alik/MySQL/devel/5.0-bug15103 · 32944ad2
      unknown authored
      into  mysql.com:/home/alik/MySQL/devel/5.1-tree
      
      
      include/config-win.h:
        Auto merged
      mysql-test/r/information_schema.result:
        Auto merged
      mysql-test/r/mysqldump.result:
        Auto merged
      mysql-test/r/rpl_ddl.result:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      32944ad2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · d3f0247e
      unknown authored
      into  mysql.com:/home/alik/MySQL/devel/5.1-bug15110
      
      
      mysql-test/t/disabled.def:
        Auto merged
      d3f0247e
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 83d48914
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      sql/ha_ndbcluster.cc:
        Auto merged
      83d48914
    • unknown's avatar
      fix compile error on hp-ux setenv->putenv · c3c21b70
      unknown authored
         print slave port as well
      
      
      client/mysqltest.c:
        fix compile error on hp-ux setenv->putenv
      mysql-test/mysql-test-run.sh:
        print slave port as well
      c3c21b70
    • unknown's avatar
      Merge BUG#15110 from 5.0 into 5.1. · 848235f7
      unknown authored
      Merge mysql.com:/home/alik/MySQL/devel/5.0-bug15110
      into  mysql.com:/home/alik/MySQL/devel/5.1-bug15110
      
      
      BitKeeper/etc/ignore:
        auto-union
      client/mysqldump.c:
        Auto merged
      include/mysql_com.h:
        Auto merged
      mysql-test/r/mysqldump.result:
        Auto merged
      mysql-test/r/type_time.result:
        Auto merged
      sql/Makefile.am:
        Auto merged
      sql/sp.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_trigger.cc:
        Auto merged
      client/Makefile.am:
        Add my_user.c
      include/Makefile.am:
        Add my_user.c
      libmysqld/Makefile.am:
        Add my_user.c
      mysql-test/t/disabled.def:
        Enable type_time.test
      sql/sql_parse.cc:
        Merge.
      848235f7
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 85f2158b
      unknown authored
      into moonbone.local:/work/15347-bug-5.0-mysql
      
      
      85f2158b
    • unknown's avatar
      Merge · 7eb0f577
      unknown authored
      
      sql/sql_select.cc:
        Auto merged
      mysql-test/r/select.result:
        SCCS merged
      mysql-test/t/select.test:
        SCCS merged
      7eb0f577
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · b5a72e4a
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      
      b5a72e4a
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b15377 · 90098000
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      strings/ctype-euc_kr.c:
        Auto merged
      strings/ctype-gb2312.c:
        Auto merged
      90098000
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4e195cbd
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-4.1.b15377
      
      
      4e195cbd
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 34f21c86
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      34f21c86
    • unknown's avatar
      enabled test · b6a1fe24
      unknown authored
         added missing debug_return
      
      
      mysql-test/t/disabled.def:
        enabled test
      sql/ha_ndbcluster.cc:
        added missing debug_return
      b6a1fe24
    • unknown's avatar
      Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 4e91470d
      unknown authored
      into moonbone.local:/work/15538-bug-5.0-mysql
      
      
      mysql-test/r/select.result:
        Auto merged
      mysql-test/t/select.test:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      4e91470d
    • unknown's avatar
      Merge mskold@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4a114543
      unknown authored
      into  mysql.com:/usr/local/home/marty/MySQL/mysql-5.1-new
      
      
      4a114543