1. 24 Feb, 2006 6 commits
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · d11aa834
      unknown authored
      into  mysql.com:/home/bk/w3023-mysql-5.1-new
      
      
      mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test:
        Auto merged
      mysql-test/extra/rpl_tests/rpl_log.test:
        Auto merged
      mysql-test/extra/rpl_tests/rpl_row_delayed_ins.test:
        Auto merged
      mysql-test/r/binlog_row_insert_select.result:
        Auto merged
      mysql-test/r/rpl_row_delayed_ins.result:
        Auto merged
      mysql-test/t/rpl_sp.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      mysql-test/t/rpl_ndb_dd_basic.test:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      sql/table.h:
        Auto merged
      mysql-test/r/binlog_row_mix_innodb_myisam.result:
        Merge with 5.1.7 release clone.
      mysql-test/r/rpl_row_basic_11bugs.result:
        Merge with 5.1.7 release clone.
      mysql-test/r/rpl_row_basic_2myisam.result:
        Merge with 5.1.7 release clone.
      mysql-test/r/rpl_row_basic_3innodb.result:
        Merge with 5.1.7 release clone.
      mysql-test/r/rpl_row_create_table.result:
        Merge with 5.1.7 release clone.
      mysql-test/r/rpl_row_log.result:
        Merge with 5.1.7 release clone.
      mysql-test/r/rpl_row_log_innodb.result:
        Merge with 5.1.7 release clone.
      mysql-test/r/rpl_row_sp008.result:
        Merge with 5.1.7 release clone.
      mysql-test/t/rpl_row_basic_11bugs.test:
        Merge with 5.1.7 release clone.
      mysql-test/t/rpl_row_sp008.test:
        Merge with 5.1.7 release clone.
      d11aa834
    • unknown's avatar
      WL#3023 (RBR: Use locks in a statement-like manner): · 613fb54f
      unknown authored
        Adaptions to make it work with NDB.
      
      
      mysql-test/extra/binlog_tests/binlog.test:
        Using replace_regex to remove table id.
      mysql-test/extra/binlog_tests/blackhole.test:
        Using replace_regex to remove table id.
      mysql-test/extra/binlog_tests/ctype_cp932.test:
        Using replace_regex to remove table id.
      mysql-test/extra/binlog_tests/ctype_cp932_binlog.test:
        Using replace_regex to remove table id.
      mysql-test/extra/binlog_tests/ctype_ucs_binlog.test:
        Using replace_regex to remove table id.
      mysql-test/extra/binlog_tests/drop_temp_table.test:
        Using replace_regex to remove table id.
      mysql-test/extra/binlog_tests/insert_select-binlog.test:
        Using replace_regex to remove table id.
      mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test:
        Using replace_regex to remove table id.
      mysql-test/extra/rpl_tests/rpl_flsh_tbls.test:
        Using replace_regex to remove table id.
      mysql-test/extra/rpl_tests/rpl_log.test:
        Using replace_regex to remove table id.
      mysql-test/extra/rpl_tests/rpl_multi_query.test:
        Using replace_regex to remove table id.
      mysql-test/extra/rpl_tests/rpl_row_charset.test:
        Using replace_regex to remove table id.
      mysql-test/extra/rpl_tests/rpl_row_delayed_ins.test:
        Using replace_regex to remove table id.
      mysql-test/extra/rpl_tests/rpl_stm_charset.test:
        Using replace_regex to remove table id.
      mysql-test/include/rpl_row_basic.inc:
        Removing sync with master on cleanup since there are engines that does
        not work in a "syncronized" fashion on dropping tables.
      mysql-test/r/binlog_row_binlog.result:
        Result change
      mysql-test/r/binlog_row_blackhole.result:
        Result change
      mysql-test/r/binlog_row_ctype_cp932.result:
        Result change
      mysql-test/r/binlog_row_ctype_ucs.result:
        Result change
      mysql-test/r/binlog_row_insert_select.result:
        Result change
      mysql-test/r/binlog_row_mix_innodb_myisam.result:
        Result change
      mysql-test/r/ctype_cp932_binlog_row.result:
        Result change
      mysql-test/r/rpl_row_basic_11bugs.result:
        Result change
      mysql-test/r/rpl_row_basic_2myisam.result:
        Result change
      mysql-test/r/rpl_row_basic_3innodb.result:
        Result change
      mysql-test/r/rpl_row_charset.result:
        Result change
      mysql-test/r/rpl_row_create_table.result:
        Result change
      mysql-test/r/rpl_row_delayed_ins.result:
        Result change
      mysql-test/r/rpl_row_log.result:
        Result change
      mysql-test/r/rpl_row_log_innodb.result:
        Result change
      mysql-test/r/rpl_row_max_relay_size.result:
        Result change
      mysql-test/r/rpl_row_sp008.result:
        Result change
      mysql-test/t/binlog_stm_binlog.test:
        Using replace_regex to remove table id.
      mysql-test/t/ndb_binlog_ddl_multi.test:
        Using replace_regex to remove table id.
      mysql-test/t/ndb_binlog_ignore_db.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_heap.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_loaddata_s.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_ndb_blob.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_ndb_disk.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_row_basic_11bugs.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_row_create_table.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_row_drop.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_row_sp008.test:
        Using replace_regex to remove table id.
      mysql-test/t/rpl_sp.test:
        Using replace_regex to remove table id.
      mysql-test/t/sp.test:
        Using replace_regex to remove table id.
      mysql-test/t/sp_notembedded.test:
        Using replace_regex to remove table id.
      mysql-test/t/user_var-binlog.test:
        Using replace_regex to remove table id.
      sql/ha_ndbcluster_binlog.cc:
        Assign_new_table_id() now takes table share.
        Removed gratuitous friend declaration of ndb_add_binlog_index().
        Turning of binlogging during execution of ndb_add_binlog_index().
      sql/handler.h:
        Removed gratuitous friend declaration of ndb_add_binlog_index().
      sql/log.cc:
        Adding debug printout.
      sql/log_event.cc:
        Closing thread tables on dummy event.
      sql/rpl_injector.cc:
        Added support for new locking scheme.
      sql/rpl_injector.h:
        Added support for new locking scheme.
      613fb54f
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · d6aea04c
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-release
      
      
      d6aea04c
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · 760de195
      unknown authored
      into  mysql.com:/home/emurphy/src/mysql/bk-clean/mysql-5.1-release
      
      
      760de195
    • unknown's avatar
      BUG#17521 alter database crashes slave · c6ee6093
      unknown authored
      Problem was a null pointer
      Fixed by passing correct database name to slave filtering mechanism
      Added test.
      
      
      sql/sql_parse.cc:
        Fix slave crash when issuing 'ALTER DATABASE' with specifying db name
        Don't pass null pointer to db_ok_with_wild_table()
      c6ee6093
    • unknown's avatar
      Makefile.am: · 3754c4eb
      unknown authored
        Conditionally link with libmysqlclient.la or libmysqlclient_r.la
      configure.in:
        Corrected help text for --with-debug option
        Changed default to be with thread safe client
        Added THREAD_SAFE_CLIENT to be used in 'if' in make files
      
      
      configure.in:
        Corrected help text for --with-debug option
        Changed default to be with thread safe client
        Added THREAD_SAFE_CLIENT to be used in 'if' in make files
      client/Makefile.am:
        Conditionally link with libmysqlclient.la or libmysqlclient_r.la
      3754c4eb
  2. 23 Feb, 2006 6 commits
  3. 22 Feb, 2006 1 commit
    • unknown's avatar
      Makefile.am: · 3150f7cc
      unknown authored
        Change for 'make distcheck'
      libmysqld.vcproj:
        Typo
      
      
      VC++Files/libmysqld/libmysqld.vcproj:
        Typo
      mysql-test/ndb/Makefile.am:
        Change for 'make distcheck'
      storage/archive/Makefile.am:
        Change for 'make distcheck'
      plugin/fulltext/Makefile.am:
        Change for 'make distcheck'
      storage/csv/Makefile.am:
        Change for 'make distcheck'
      storage/heap/Makefile.am:
        Change for 'make distcheck'
      3150f7cc
  4. 21 Feb, 2006 12 commits
  5. 20 Feb, 2006 15 commits