1. 08 Feb, 2006 25 commits
    • unknown's avatar
      rpl_stm_log.test: · aaf0b3b3
      unknown authored
        Fixed bug in test case
      
      
      mysql-test/t/rpl_stm_log.test:
        Fixed bug in test case
      aaf0b3b3
    • unknown's avatar
      Missed a check in of new results for rpl_relay_space_myisam · 36f75fe6
      unknown authored
      
      mysql-test/t/rpl_row_sp005.test:
        Updated by adding ORDER by to use test with NDB engine
      mysql-test/r/rpl_row_sp005.result:
        Updated by adding ORDER by to use test with NDB engine
      mysql-test/t/rpl_row_sp009.test:
        Updated by adding ORDER by to use test with NDB engine
      mysql-test/r/rpl_row_sp009.result:
        Updated by adding ORDER by to use test with NDB engine
      mysql-test/t/rpl_row_view01.test:
        Updated by adding ORDER BY and sleep to use test with NDB engine
      mysql-test/r/rpl_row_view01.result:
        Updated by adding ORDER BY and sleep to use test with NDB engine
      mysql-test/r/rpl_relay_space_myisam.result:
        updated
      36f75fe6
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2dc19ba6
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      2dc19ba6
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c790e290
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      c790e290
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c7bfa485
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1
      
      
      c7bfa485
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 3b618907
      unknown authored
      into  big_geek.:C:/Work/mysql/mysql-5.1
      
      
      3b618907
    • unknown's avatar
      cmakefiles cleanup · a9ccd2d8
      unknown authored
      
      win/cmakefiles/base:
        add flag for diabling insecure crt functions warning
      win/cmakefiles/client:
        add dependency to GenError to make sure the error files are made
      win/cmakefiles/extra:
        add custom target to run comp_err
      win/cmakefiles/sql:
        removed comp_err stuff.
      a9ccd2d8
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 38fc08d3
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      38fc08d3
    • unknown's avatar
      updated results · 70af5f0c
      unknown authored
      70af5f0c
    • unknown's avatar
      implement a reviw comments · a8b86a23
      unknown authored
      
      mysql-test/t/rpl_temporary.test:
        Removed MyISAM per lars
      mysql-test/r/rpl_temporary.result:
        Removed MyISAM per lars
      a8b86a23
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 65243309
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      mysql-test/extra/rpl_tests/rpl_log.test:
        Auto merged
      mysql-test/r/rpl_insert_id.result:
        Auto merged
      mysql-test/r/rpl_replicate_do.result:
        Auto merged
      mysql-test/r/rpl_row_log.result:
        Auto merged
      mysql-test/r/rpl_skip_error.result:
        Auto merged
      mysql-test/t/rpl_replicate_do.test:
        Auto merged
      mysql-test/t/rpl_skip_error.test:
        Auto merged
      BitKeeper/deleted/.del-rpl000004.result~a3147834a662043a:
        Auto merged
      BitKeeper/deleted/.del-rpl000004.test~61532b03f9ad2734:
        Auto merged
      mysql-test/t/rpl_load_from_master.test:
        Auto merged
      65243309
    • unknown's avatar
      Implement suggestions from lars review · 043ad067
      unknown authored
      
      mysql-test/extra/rpl_tests/rpl_row_blob.test:
        Changes that Larss requested
      mysql-test/r/rpl_row_blob_innodb.result:
        Changes that Larss requested
      mysql-test/r/rpl_row_blob_myisam.result:
        Changes that Larss requested
      mysql-test/r/rpl_insert_id.result:
        updated results
      mysql-test/extra/rpl_tests/rpl_insert_id_pk.test:
        Suggested PK test by Lars
      mysql-test/t/rpl_insert_id_pk.test:
        Suggested PK test by Lars
      mysql-test/t/rpl_insert_id_pk-slave.opt:
        Suggested PK test by Lars
      mysql-test/r/rpl_insert_id_pk.result:
        Suggested PK test by Lars
      mysql-test/extra/rpl_tests/rpl_insert_id.test:
        updated per lars
      043ad067
    • unknown's avatar
      More updates for using NDB as default and some bug fixes along the way · 68b51ff0
      unknown authored
      
      mysql-test/extra/rpl_tests/rpl_insert_id.test:
        Updated wiht 1022 error, order by and PK for use with NDB engine
      mysql-test/r/rpl_insert_id.result:
        Updated wiht 1022 error, order by and PK for use with NDB engine
      mysql-test/t/rpl_skip_error.test:
        updated to wrk with ndb
      mysql-test/r/rpl_skip_error.result:
        updated to wrk with ndb
      mysql-test/t/rpl_sporadic_master.test:
        updated to wrk with ndb
      mysql-test/r/rpl_sporadic_master.result:
        updated to wrk with ndb
      mysql-test/t/rpl_row_trig002.test:
        updated to work with NDB engine
      mysql-test/r/rpl_row_trig002.result:
        updated to work with NDB engine
      mysql-test/t/rpl_temporary.test:
        updated to work with NDB engine
      mysql-test/r/rpl_temporary.result:
        updated to work with NDB engine
      mysql-test/extra/rpl_tests/rpl_row_001.test:
        updated to work with NDB as default engine
      mysql-test/r/rpl_row_001.result:
        updated to work with NDB as default engine
      mysql-test/t/rpl_row_blob_innodb.test:
        Fixed bug in test case
      mysql-test/t/rpl_row_blob_innodb-slave.opt:
        Added slave option file to ensure correct engine type on slave
      mysql-test/r/rpl_row_blob_innodb.result:
        Updated results
      mysql-test/r/rpl_row_blob_myisam.result:
        Updated results
      mysql-test/r/rpl_ndb_log.result:
        update results file
      68b51ff0
    • unknown's avatar
      Post merge-fixes. · c02246c4
      unknown authored
      Apply a patch by Jonas for NDB diskdata.
      
      
      mysql-test/r/sp-code.result:
        Fix a test result after merge: 94 and 95 are SQLCOM codes of 
        SQLCOM_CALL. New commands were added in 5.1 so SQLCOM_CALL got
        renumbered.
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Apply second patch by Jonas to make NDB diskdata work on systems
        without O_DIRECT support.
      c02246c4
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · fa86430f
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/date_formats.result:
        Auto merged
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/r/sp-security.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      mysql-test/t/date_formats.test:
        Auto merged
      mysql-test/t/sp-error.test:
        Auto merged
      mysql-test/t/sp-security.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      mysql-test/t/type_float.test:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      fa86430f
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · 28c8134c
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      mysql-test/r/innodb.result:
        Manual merge: null merge, use local.
      mysql-test/t/innodb.test:
        Manual merge: null merge, use local.
      sql/ha_innodb.cc:
        Manual merge: null merge, use local.
      sql/ha_innodb.h:
        Manual merge: null merge, use local.
      storage/innobase/btr/btr0sea.c:
        Manual merge: null merge, use local.
      storage/innobase/dict/dict0dict.c:
        Manual merge: null merge, use local.
      storage/innobase/dict/dict0load.c:
        Manual merge: null merge, use local.
      storage/innobase/fil/fil0fil.c:
        Manual merge: null merge, use local.
      storage/innobase/include/univ.i:
        Manual merge: null merge, use local.
      storage/innobase/os/os0sync.c:
        Manual merge: null merge, use local.
      storage/innobase/srv/srv0start.c:
        Manual merge: null merge, use local.
      28c8134c
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge2 · 532dd677
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      client/mysqltest.c:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      532dd677
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · 2e07d010
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/t/federated.test:
        Auto merged
      mysql-test/t/trigger-grant.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      2e07d010
    • unknown's avatar
      bug# 17082 Client hangs when creating tables with partition · e1de33c2
      unknown authored
      This bug was only on Windows but we updated the call to 
      create_temporary_file to match what is being done in other
      areas of MySQL
      
      
      sql/sql_partition.cc:
        the O_RDWR mode and MY_WME were used in this code before the switch
        was made to create_temp_file.  The parameters are still there
        so we just plug in the mode and WME so the underlying code will 
        create the temp file with the right mode.  This only affected 
        Windows.  [This comment was from the first changset that I was unable
        to bk fix].  This changeset adds O_BINARY | O_TRUNC | O_TEMPORARY
      e1de33c2
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f7ba01f7
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1
      
      
      f7ba01f7
    • unknown's avatar
      Apply the diskdata patch by Jonas. · b38ec6f4
      unknown authored
      
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        Apply the diskdata patch by Jonas: the patch adds a fallback to 
        the standard I/O if O_DIRECT does not work.
      b38ec6f4
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 3a40ddd5
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      3a40ddd5
    • unknown's avatar
      Fix for BUG#17180: Failure in trigger-grant on Solaris. · 8ca4bf96
      unknown authored
      The problem is that LEX_STRING was used instead of LEX_STRING::str.
      
      
      sql/sql_trigger.cc:
        Fix typo: we should have used LEX_STRING::str instead of LEX_STRING.
      8ca4bf96
    • unknown's avatar
      Fix compilation failure. · 0617893d
      unknown authored
      0617893d
    • unknown's avatar
      Update test results · 329752f4
      unknown authored
      
      mysql-test/r/binlog_row_blackhole.result:
        Update test results to reflect use of std_data_ln
      mysql-test/r/rpl_row_flsh_tbls.result:
        Update test results, drop tables to clean up
      mysql-test/r/rpl_row_log.result:
        Update test results to reflect use of std_data_ln
      329752f4
  2. 07 Feb, 2006 15 commits
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · 1b2b2b30
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      mysql-test/t/federated.test:
        Auto merged
      sql/ha_federated.cc:
        Auto merged
      sql/ha_federated.h:
        Auto merged
      1b2b2b30
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · a9c1cf7f
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      storage/innobase/btr/btr0sea.c:
        SCCS merged
      storage/innobase/fil/fil0fil.c:
        Auto merged
      storage/innobase/include/btr0sea.ic:
        Manual merge: use local.
      a9c1cf7f
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · a5d0e0c1
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      sql/field.cc:
        Auto merged
      a5d0e0c1
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · f66cb702
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      mysql-test/r/innodb.result:
        SCCS merged
      mysql-test/t/innodb.test:
        SCCS merged
      storage/innobase/dict/dict0dict.c:
        SCCS merged
      f66cb702
    • unknown's avatar
      Merge rburnett@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 238c6f6f
      unknown authored
      into  linux.site:/home/reggie/work/mysql-5.1
      
      
      238c6f6f
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/tmp_merge · 2f370575
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/extra/rpl_tests/rpl_stm_000001.test:
        Auto merged
      mysql-test/mysql-test-run.sh:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/r/query_cache.result:
        Auto merged
      mysql-test/r/rpl_loaddata.result:
        Auto merged
      mysql-test/r/rpl_loaddata_m.result:
        Auto merged
      mysql-test/r/rpl_loaddata_s.result:
        Auto merged
      mysql-test/r/rpl_misc_functions.result:
        Auto merged
      mysql-test/r/rpl_replicate_do.result:
        Auto merged
      mysql-test/r/rpl_stm_000001.result:
        Auto merged
      mysql-test/r/sp-security.result:
        Auto merged
      mysql-test/r/trigger-compat.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/r/variables.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/r/view_grant.result:
        Auto merged
      mysql-test/t/information_schema.test:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      mysql-test/t/query_cache.test:
        Auto merged
      mysql-test/t/rpl_loaddata.test:
        Auto merged
      mysql-test/t/rpl_loaddata_m.test:
        Auto merged
      mysql-test/t/rpl_loaddata_s.test:
        Auto merged
      mysql-test/t/rpl_misc_functions.test:
        Auto merged
      mysql-test/t/rpl_replicate_do.test:
        Auto merged
      mysql-test/t/sp-security.test:
        Auto merged
      mysql-test/t/symlink.test:
        Auto merged
      mysql-test/t/trigger-compat.test:
        Auto merged
      mysql-test/t/trigger-grant.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      mysql-test/t/type_varchar.test:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql-common/client.c:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      2f370575
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 42b1cfc5
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new
      
      
      42b1cfc5
    • unknown's avatar
      Removed extra "drop view v1" · 56f138b9
      unknown authored
      
      mysql-test/r/sp-prelocking.result:
        Update test result
      mysql-test/t/sp-prelocking.test:
        One drop too many
      56f138b9
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 642762bd
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      642762bd
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 3eb41de8
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      3eb41de8
    • unknown's avatar
      Update after merge 5.0 -> 5.1 · 7eefe3da
      unknown authored
      
      mysql-test/r/rpl_failed_optimize.result:
        Updates test result
      mysql-test/r/rpl_insert_id.result:
        Updates test result
      mysql-test/r/rpl_loaddata.result:
        Updates test result
      mysql-test/r/rpl_loaddata_s.result:
        Updates test result
      mysql-test/r/rpl_multi_update3.result:
        Updates test result
      7eefe3da
    • unknown's avatar
      Bug #17188 CRBR: ignores --binlog_ignore_db= settings · 752b6881
      unknown authored
      
      mysql-test/r/ndb_binlog_ignore_db.result:
        New BitKeeper file ``mysql-test/r/ndb_binlog_ignore_db.result''
      mysql-test/t/ndb_binlog_ignore_db-master.opt:
        New BitKeeper file ``mysql-test/t/ndb_binlog_ignore_db-master.opt''
      mysql-test/t/ndb_binlog_ignore_db.test:
        New BitKeeper file ``mysql-test/t/ndb_binlog_ignore_db.test''
      752b6881
    • unknown's avatar
      Merge jmiller@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 44d48d4d
      unknown authored
      into  mysql.com:/home/ndbdev/jmiller/clones/mysql-5.1-new
      
      
      44d48d4d
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysqltest_float_result/my51-mysqltest_float_result · fc45d187
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      mysql-test/t/type_float.test:
        Auto merged
      mysql-test/t/variables.test:
        Auto merged
      fc45d187
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug15302/my51-bug15302 · 137967ea
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1-new
      
      
      client/mysqltest.c:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      137967ea