An error occurred fetching the project authors.
  1. 16 Mar, 2006 2 commits
  2. 15 Mar, 2006 1 commit
    • unknown's avatar
      Bug#18208 SBR fails to replicate auto_increment values for Cluster · 28036f38
      unknown authored
       - Replication of tables with autoincrement not supported when maste and or slave uses storage engine "ndb"
      
      
      mysql-test/t/disabled.def:
        Remove disabling of testscase
      mysql-test/t/rpl_ndb_multi_update2.test:
        Only run this test when row based replication is available
      28036f38
  3. 14 Mar, 2006 1 commit
    • unknown's avatar
      Re-enabling rpl_rbr_to_sbr.test as BUG#18108 was fixed · a2506097
      unknown authored
      (nothing to document, this bug was not released).
      
      
      
      mysql-test/t/disabled.def:
        bug is fixed, enabling test case
      mysql-test/t/rpl_rbr_to_sbr.test:
        making test portable
      mysql-test/r/rpl_rbr_to_sbr.result:
        result update
      a2506097
  4. 13 Mar, 2006 1 commit
  5. 11 Mar, 2006 2 commits
  6. 10 Mar, 2006 1 commit
    • unknown's avatar
      Test fixes · 54715b8b
      unknown authored
      mysql-test/r/binlog_row_drop_tmp_tbl.result:
        Updated result file
      mysql-test/r/rpl_row_charset.result:
        Updated result file
      mysql-test/r/rpl_switch_stm_row_mixed.result:
        Updated result file
      mysql-test/t/disabled.def:
        Disabled test case
      54715b8b
  7. 09 Mar, 2006 3 commits
    • unknown's avatar
      Cleanup · 0f771ef2
      unknown authored
      mysql-test/t/disabled.def:
        Orginize file order
      0f771ef2
    • unknown's avatar
      Fix to not replicate mysql.event table · 556155c2
      unknown authored
      Test fixes
      
      
      mysql-test/r/binlog_stm_ctype_cp932.result:
        Fixed result file
      mysql-test/r/rpl_switch_stm_row_mixed.result:
        Fixed result file
      mysql-test/t/disabled.def:
        Disabled test case
      mysql-test/t/rpl_switch_stm_row_mixed.test:
        Fix test
      sql/handler.cc:
        Fix to not replicate mysql.event table
      556155c2
    • unknown's avatar
      WL#3023 (Use locks in statement-like manner): · 5a9b9411
      unknown authored
        Post-merge patches.
      
      
      mysql-test/t/disabled.def:
        Disabling test that fails due to no-error patch.
      sql/log_event.cc:
        Using definite constant instead of machine-dependent constant.
        Handling case where null_bytes can be zero.
      sql/sql_base.cc:
        Using definite constant instead of machine-dependent constant.
      sql/sql_class.cc:
        Using definite constant instead of machine-dependent constant.
      sql/table.cc:
        Using definite constant instead of machine-dependent constant.
      5a9b9411
  8. 08 Mar, 2006 1 commit
    • unknown's avatar
      WL#3023 (Use locking in a statement-like manner): · b59f3f58
      unknown authored
      Print a warning instead of error on failure to open non-existing table.
      This is a temporary patch to prevent a bug in NDB from stopping the slave.
      
      
      mysql-test/r/rpl_ndb_blob.result:
        result change
      mysql-test/t/disabled.def:
        Disabling problematic tests.
      mysql-test/t/rpl_ndb_blob.test:
        Don't show binlog since it's not deterministic.
      sql/log_event.cc:
        Print a warning instead of error on failure to open non-existing table.
        This is a temporary patch to prevent a bug in NDB from stopping the slave.
      b59f3f58
  9. 07 Mar, 2006 1 commit
    • unknown's avatar
      Bug#16228 (RBR: Slave SQL thread retries infinitely): · 6d637973
      unknown authored
        Transaction aborted on slave should be retries. The OPTION_BEGIN
        bit was cleared prematurely. Removed dependence of code on value
        of OPTION_BEGIN bit when executing retries.
      
      
      mysql-test/r/rpl_ndb_basic.result:
        Result change.
      mysql-test/t/disabled.def:
        Enabling test.
      mysql-test/t/rpl_ndb_basic.test:
        Changing test to allow checking that slave did not stop.
      sql/slave.cc:
        Rolling back transaction before retrying it.
        Only resetting transaction retries counter on a successful execution
        or a non-transitional error.
      6d637973
  10. 06 Mar, 2006 3 commits
  11. 28 Feb, 2006 1 commit
    • unknown's avatar
      Bug #17499 continued · b70aaf38
      unknown authored
      - moved initialization of used_partitions
      - more tests
      
      + removed reference to fixed bugs
      
      
      mysql-test/r/ndb_partition_range.result:
        Bug #17499 continued
        - more testing
      mysql-test/t/disabled.def:
        removed reference to fixed bugs
      mysql-test/t/ndb_partition_range.test:
        Bug #17499 continued
        - more testing
      sql/ha_ndbcluster.cc:
        Bug #17499 continued
        - moved initialization of used_partitions
      sql/sql_partition.cc:
        Bug #17499 continued
        - moved initialization of used_partitions
      b70aaf38
  12. 27 Feb, 2006 1 commit
    • unknown's avatar
      New test case fro replication between ndb and other storage engines. · f8bc9b3c
      unknown authored
      mysql-test/t/rpl_ndb_2innodb.test:
        New rpl ndb test case for replicating to other storage engines
      mysql-test/t/rpl_ndb_2myisam.test:
        New rpl ndb test case for replicating to other storage engines
      mysql-test/t/rpl_ndb_2innodb-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_2innodb-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_2myisam-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_2myisam-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_innodb2ndb.test:
        New rpl ndb test case for replicating from other storage engines to ndb
      mysql-test/t/rpl_ndb_myisam2ndb.test:
        New rpl ndb test case for replicating from other storage engines to ndb
      mysql-test/t/rpl_ndb_innodb2ndb-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_innodb2ndb-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_myisam2ndb-master.opt:
        New rpl ndb test supporting option files
      mysql-test/t/rpl_ndb_myisam2ndb-slave.opt:
        New rpl ndb test supporting option files
      mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test:
        New test code that drives the rpl of ndb -> innodb/myisam or innodb/myisam -> ndb
      mysql-test/include/rpl_multi_engine3.inc:
        New include that cover repeating code of the rpl of ndb -> innodb/myisam or innodb/myisam -> ndb
      mysql-test/t/disabled.def:
        Updated to include new test cases that have outstanding bug reports.
      f8bc9b3c
  13. 24 Feb, 2006 2 commits
    • unknown's avatar
      Bug #17443 mysqldump test failure · 3a78156e
      unknown authored
      client/mysqlimport.c:
        Remove disabled --use-threads option
      mysql-test/r/mysqldump.result:
        Update result
      mysql-test/t/disabled.def:
        Remove disable of mysqldump
      mysql-test/t/mysqldump.test:
        Remove the disable_parsing on tests for --use-threads to mysqlimport
      3a78156e
    • unknown's avatar
      BUG#13418 (V2): Bit columns should replicate correctly when using RBR · dededdec
      unknown authored
      mysql-test/r/rpl_bit_npk.result:
        Updated results
      mysql-test/t/disabled.def:
        rpl_bit_npk now works
      sql/field.h:
        Field_bit::cmp_binary_offset wrongly used base class method that does not work for Field_bit
        This was discussed with Monty and should be pushed into 5.0 too
      sql/log_event.cc:
        Added checks for null bits
        Swapped use of m_after_image (was m_search_record) and table->record[1] to use record[i] 
        in the same way as other MySQL code (i.e. use record[1] for scan data).
        Removed use of cmp_binary in record_compare (it is currently wrong to use that 
        without copying the null bits to the compare data record)
      sql/log_event.h:
        Name change to indicate new semantics
      dededdec
  14. 22 Feb, 2006 1 commit
  15. 21 Feb, 2006 3 commits
  16. 20 Feb, 2006 3 commits
    • unknown's avatar
      ndb - enable rpl_ndb_blob2 bug#17505 · de83767b
      unknown authored
      mysql-test/extra/rpl_tests/rpl_row_blob.test:
        enable rpl_ndb_blob2 (sleep fixed)
      mysql-test/t/disabled.def:
        enable rpl_ndb_blob2 (sleep fixed)
      de83767b
    • unknown's avatar
      Bug#17382 mysql-test-run mysqldump fails with mysqlimport · 0934ad5d
      unknown authored
      client/Makefile.am:
        Use LDADD_R as common variable for programs to be linked with thread safe library.
      client/mysqlimport.c:
        Enable "--use-threads"
        Formatting
      mysql-test/r/mysqldump.result:
        Update test result
      mysql-test/t/disabled.def:
        Enable mysqldump
      mysql-test/t/mysqldump.test:
        Enable test for mysqlimport with threads
        Add test for failed mysqlimport
      0934ad5d
    • unknown's avatar
      disabled.def: merge · c8a03c17
      unknown authored
      mysql-test/t/disabled.def:
        e
        hate bk
      c8a03c17
  17. 19 Feb, 2006 1 commit
  18. 17 Feb, 2006 5 commits
    • unknown's avatar
      ndb - rbr blobs: fixes (not final) · 1cedcdd2
      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
      1cedcdd2
    • unknown's avatar
      mysql-test-run.sh: · 8c62b871
      unknown authored
        Set the ndbcluster slave port (bug#16780)
      disabled.def:
        Disabled 'mysqldump' until bug 17443 is closed
      
      
      mysql-test/t/disabled.def:
        Disabled 'mysqldump' until bug 17443 is closed
      mysql-test/mysql-test-run.sh:
        Set the ndbcluster slave port (bug#16780)
      8c62b871
    • unknown's avatar
      BUG#17385 Re-enabling test case as it passes now. Wrong results were · 9a3259c0
      unknown authored
      corrected by Ingo when pushing WL#1563
      
      
      9a3259c0
    • unknown's avatar
      Updated · be3df0db
      unknown authored
      mysql-test/t/disabled.def:
        Cleaned up and try to keep in order
      be3df0db
    • unknown's avatar
      reported bugs and disabled corresponding tests · 4e5c55e5
      unknown authored
      disabled non deterministic test
      
      
      4e5c55e5
  19. 16 Feb, 2006 3 commits
    • unknown's avatar
      Test cleanup · 221cbd5c
      unknown authored
      mysql-test/t/disabled.def:
        Updated
      mysql-test/extra/rpl_tests/rpl_log.test:
        Updated and moved drop of tables to end of test to help bin log be more deterministic
      mysql-test/r/rpl_row_log.result:
        Updated results
      mysql-test/r/rpl_row_log_innodb.result:
        Updated results
      mysql-test/r/rpl_ndb_log.result:
        Updated results
      221cbd5c
    • unknown's avatar
      ndb_load disabled · 4283d9f0
      unknown authored
      mysql-test/t/disabled.def:
        Disable ndb_load again...
      4283d9f0
    • unknown's avatar
      Test case updates and new test cases added to CRBR · be4a1c2e
      unknown authored
      BitKeeper/deleted/.del-rpl_row_multi_update3.test~fcf9a2234bd0f1b:
        Delete: mysql-test/t/rpl_row_multi_update3.test
      BitKeeper/deleted/.del-rpl_row_multi_update3.test~b366698f8379f38f:
        Delete: mysql-test/extra/rpl_tests/rpl_row_multi_update3.test
      BitKeeper/deleted/.del-rpl_row_multi_update3.result~1a3a8438eaaf11f2:
        Delete: mysql-test/r/rpl_row_multi_update3.result
      mysql-test/t/rpl_ndb_commit_afterflush.test:
        added comments
      mysql-test/r/rpl_ndb_commit_afterflush.result:
        New results file
      mysql-test/t/rpl_ddl.test:
        Added to skip default ndb engine
      mysql-test/t/rpl_ndb_ddl.test:
        new wrapper for ndb
      mysql-test/r/rpl_ndb_ddl.result:
        new wrapper for ndb
      mysql-test/t/rpl_insert_ignore.test:
        Added to skip ndb if default engine
      mysql-test/t/rpl_ndb_insert_ignore.test:
        New wrapper for ndb
      mysql-test/r/rpl_ndb_insert_ignore.result:
        New Results file
      mysql-test/t/rpl_multi_update2.test:
        Updated to skip ndb default engine + added comments
      mysql-test/t/rpl_ndb_multi_update2.test:
        New ndb wrapper for test case
      mysql-test/t/rpl_ndb_multi_update2-slave.opt:
        New slave option file to go with new NDB test wrapper
      mysql-test/r/rpl_ndb_multi_update2.result:
        New results file
      mysql-test/t/rpl_multi_update3.test:
        Updated to skip ndb default engine + added comments
      mysql-test/t/rpl_ndb_multi_update3.test:
        New ndb wrapper for test case
      mysql-test/r/rpl_ndb_multi_update3.result:
        New results file
      mysql-test/t/rpl_relayrotate.test:
        added comments and ability to sjip when ndb is default engine
      mysql-test/t/rpl_ndb_relayrotate.test:
        New wrapper for ndb
      mysql-test/t/rpl_ndb_relayrotate-slave.opt:
        New option file for ndb slave
      mysql-test/r/rpl_ndb_relayrotate.result:
        New results file
      mysql-test/t/rpl_loaddata.test:
        Updated
      mysql-test/t/rpl_multi_update.test:
        Updated
      mysql-test/t/rpl_relay_space_myisam.test:
        Updated
      mysql-test/t/rpl_row_001.test:
        Updated
      mysql-test/t/rpl_row_blob_myisam.test:
        Updated
      mysql-test/t/rpl_row_charset.test:
        Updated
      mysql-test/t/rpl_row_delayed_ins.test:
        Updated
      mysql-test/t/rpl_row_log.test:
        Updated
      mysql-test/t/rpl_row_UUID.test:
        Updated
      mysql-test/t/rpl_auto_increment.test:
        Updated
      mysql-test/t/rpl_commit_after_flush.test:
        Updated
      mysql-test/t/rpl_deadlock_innodb.test:
        Updated
      mysql-test/t/rpl_failed_optimize.test:
        Updated
      mysql-test/t/rpl_foreign_key_innodb.test:
        Updated
      mysql-test/t/rpl_insert_id_pk.test:
        Updated
      mysql-test/t/rpl_insert_id.test:
        Updated
      mysql-test/t/rpl_relay_space_innodb.test:
        Updated
      mysql-test/t/rpl_row_blob_innodb.test:
        Updated
      mysql-test/t/rpl_row_func003.test:
        Updated
      mysql-test/t/rpl_row_log_innodb.test:
        Updated
      mysql-test/t/rpl_row_sp002_innodb.test:
        Updated
      mysql-test/t/rpl_row_sp003.test:
        Updated
      mysql-test/t/rpl_row_sp006_InnoDB.test:
        Updated
      mysql-test/t/rpl_row_sp007_innodb.test:
        Updated
      mysql-test/t/rpl_ndb_row_001.test:
        New wrapper for ndb
      mysql-test/r/rpl_ndb_row_001.result:
        New results file
      mysql-test/t/rpl_ndb_UUID.test:
        New wrapper for ndb
      mysql-test/r/rpl_ndb_UUID.result:
        New results file
      mysql-test/extra/rpl_tests/rpl_row_delayed_ins.test:
        Updated with order by
      mysql-test/r/rpl_row_delayed_ins.result:
        Updated results file
      mysql-test/t/rpl_ndb_charset.test:
        New wrapper for ndb
      mysql-test/r/rpl_ndb_charset.result:
        New results file
      mysql-test/t/rpl_row_until.test:
        Updated to skip when ndb is default. ndb bin logs are different size, so test would need to be rewitten for ndb
      mysql-test/t/rpl_row_max_relay_size.test:
        Updated
      mysql-test/t/rpl_row_sp008.test:
        Removed show binlog as it is not needed for test
      mysql-test/r/rpl_row_sp008.result:
        Updated results
      mysql-test/t/rpl_row_basic_11bugs.test:
        Removed show binlog as it is not needed for test
      mysql-test/r/rpl_row_basic_11bugs.result:
        Updated results
      BitKeeper/deleted/.del-rpl_ndb_max_relay_size.test~afa6834a51627676:
        Delete: mysql-test/t/rpl_ndb_max_relay_size.test
      BitKeeper/deleted/.del-rpl_ndb_max_relay_size.result~1e944e2782e270d8:
        Delete: mysql-test/r/rpl_ndb_max_relay_size.result
      mysql-test/t/disabled.def:
        Updated
      be4a1c2e
  20. 15 Feb, 2006 4 commits
    • unknown's avatar
      Fix bug #15706 find_field_in_tables() returns field from outer select · de0c65dd
      unknown authored
      If item->cached_table is set, find_field_in_tables() returns found field
      even if it doesn't belong to current select. Because Item_field::fix_fields
      doesn't expect such behaviour, reported bug occurs.
      
      Item_field::fix_fields() was modifed to detect when find_field_in_tables() 
      can return field from outer select and process such fields accordingly.
      In order to ease this code which was searching and processing outed fields was
      moved into separate function called Item_field::fix_outer_field().
      
      
      sql/item_subselect.h:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        Item_field::fix_outer_field() was marked as friend to Item_subselect class.
      sql/item.h:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        fix_outer_field() function is added to the Item_field class.
      sql/item.cc:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        
        Item_ref::fix_fields() and Item_field::fix_fields() were modifed to detect when
        find_field_in_tables() can return field from outer select and process such
        fields accordingly.
        In order to ease this, code Item_field::fix_fields() which was searching and
        processing outer fields was moved into separate function called
        Item_field::fix_outer_field().
        To the Item_field::fix_field() added a loop for finding context for found field.
      mysql-test/t/disabled.def:
        Fixed bug #15706: find_field_in_tables() returns field from outer select
        Enable subselect test
      de0c65dd
    • unknown's avatar
      Bug#17386 binlog interchangably contains engine= and type= · 85d0e383
      unknown authored
       - Update result file and enable test
      
      
      mysql-test/r/binlog_row_mix_innodb_myisam.result:
        Update resultfile, when switching from type to engine, the log position needs to be increased by two after that statement.
      mysql-test/t/disabled.def:
        Enable test
      85d0e383
    • unknown's avatar
      Bug#17360 sp-code test case broken · 48b224fa
      unknown authored
       - Change 94 to 95 according to Pem's instructions in bug report.
      
      
      mysql-test/r/sp-code.result:
        Update from 94 to 95 according to Pem's instructions
      mysql-test/t/disabled.def:
        Enable sp-code test case
      48b224fa
    • unknown's avatar
      Second submission of this test case. First one was lost and test had to be... · 9b9f9406
      unknown authored
      Second submission of this test case. First one was lost and test had to be recreated from first bk commit. Test current produces core due to Bug #17045
      
      
      mysql-test/t/ndb_dd_backuprestore.test:
        Recovered new CDD test
      mysql-test/r/ndb_dd_backuprestore.result:
        Results will need to be recreated once bug #17045 is patched
      mysql-test/t/disabled.def:
        Added ndb_dd_backuprestore
      9b9f9406