1. 02 Mar, 2008 1 commit
  2. 29 Feb, 2008 1 commit
  3. 28 Feb, 2008 2 commits
    • unknown's avatar
      Bug#32663, Bug#33045, Bug#23533, WL#4091 · 2412f46f
      unknown authored
      
      mysql-test/suite/binlog/r/binlog_multi_engine.result:
        updated result
      mysql-test/suite/binlog/t/binlog_multi_engine.test:
        fix for bug#32663
      mysql-test/suite/binlog/t/disabled.def:
        updated
      mysql-test/suite/rpl/r/rpl_invoked_features.result:
        updated result
      mysql-test/suite/rpl/t/disabled.def:
        updated
      mysql-test/suite/rpl/t/rpl_invoked_features.test:
        fix for bug#33045
      mysql-test/suite/bugs/r/rpl_bug23533.result:
        result file
      mysql-test/suite/bugs/t/rpl_bug23533.test:
        test case for bug#23533
      2412f46f
    • unknown's avatar
      WL#4091, replace sleeps · dbd4bf9a
      unknown authored
      
      mysql-test/suite/rpl/r/rpl_flushlog_loop.result:
        updated result
      mysql-test/suite/rpl/r/rpl_row_view01.result:
        updated result
      mysql-test/suite/rpl/t/rpl_change_master.test:
        replace sleep
      mysql-test/suite/rpl/t/rpl_drop_temp.test:
        replace sleep
      mysql-test/suite/rpl/t/rpl_flushlog_loop.test:
        replace sleep
      mysql-test/suite/rpl/t/rpl_relayspace.test:
        replace waiting of state to wait_for_slave_param.inc
      mysql-test/suite/rpl/t/rpl_row_view01.test:
        replace sleep
      mysql-test/suite/rpl/t/rpl_trunc_temp.test:
        replace sleep
      mysql-test/include/wait_for_binlog_event.inc:
        New primitive: waiting an event in binlog on master
      dbd4bf9a
  4. 27 Feb, 2008 2 commits
    • unknown's avatar
      Fix pushbuild errors. · cef6488a
      unknown authored
      
      mysql-test/extra/binlog_tests/mix_innodb_myisam_binlog.test:
        The test unnecessarily refused to run in non-debug mode. It can safely
        run in non-debug mode and produces the same result, so I removed the
        restriction.
      mysql-test/suite/binlog/r/binlog_row_mix_innodb_myisam.result:
        Updated result file. It is a little unclear what the best thing to put in
        the binlog is, but the present results for this particular test are enough
        to replicate. Mats will figure out more as he fixes BUG#29020. After
        BUG#34768 has been fixed, these statements should be marked unsafe and
        not allowed in statement mode.
      mysql-test/suite/binlog/r/binlog_stm_mix_innodb_myisam.result:
        Updated result file. It is a little unclear what the best thing to put in
        the binlog is, but the present results for this particular test are enough
        to replicate. Mats will figure out more as he fixes BUG#29020. After
        BUG#34768 has been fixed, these statements should be marked unsafe and
        not allowed in statement mode.
      cef6488a
    • unknown's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1 · 78cb2762
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl
      
      
      sql/handler.cc:
        Auto merged
      78cb2762
  5. 23 Feb, 2008 2 commits
  6. 22 Feb, 2008 11 commits
    • unknown's avatar
      Bug #34053: normal users can enable innodb_monitor logging · ea109791
      unknown authored
      The check_global_access() function was made available to InnoDB, but
      was not defined in the embedded server library.  InnoDB, as a plugin,
      is not recompiled when the embedded server is built.  This caused a
      link failure when compiling applications which use the embedded server.
      
      The fix here is to always define check_global_access() externally; in
      the embedded server case, it is defined to just return OK.
      
      Also, don't run the test case for this bug in embedded server.
      
      
      mysql-test/t/innodb_bug34053.test:
        Disable this test on embedded server - it tests privilege
        checks which are not in place there.
      sql/mysql_priv.h:
        Since check_global_access() may be used from some storage engine plugins
        (InnoDB, currently), and the plugins are not recompiled for the embedded
        server, it must be defined externally even for NO_EMBEDDED_ACCESS_CHECKS.
      sql/sql_parse.cc:
        Since check_global_access() may be used from some storage engine plugins
        (InnoDB, currently), and the plugins are not recompiled for the embedded
        server, it must be defined externally even for NO_EMBEDDED_ACCESS_CHECKS.
      ea109791
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-build · efce7728
      unknown authored
      into  hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean
      
      efce7728
    • unknown's avatar
      Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean · ec5c92bf
      unknown authored
      into  hh-nb.hungers:/work/merge/mysql-5.1-build
      
      ec5c92bf
    • unknown's avatar
      Inserted changes from the review of bug#32664. · 39b0dd3d
      unknown authored
      39b0dd3d
    • unknown's avatar
      Merge hh-nb.hungers:/work/merge/mysql-5.1-build · 6ae9ef43
      unknown authored
      into  hh-nb.hungers:/work/merge/mysql-5.1-bug32664
      
      6ae9ef43
    • unknown's avatar
      mysql-test/mysql-test-run.pl · 0bca82cd
      unknown authored
          Disable extra team trees.
          Temporary fix for entry 34761 in the bugs DB.
          (Patch by Magnus Svensson, 2008-02-22 17:40:14+01:00, msvensson@pilot.mysql.com +1 -0)
      
      
      mysql-test/mysql-test-run.pl:
        Disable extra team trees.
        Temporary fix for entry 34761 in the bugs DB.
        (Patch by Magnus Svensson, 2008-02-22 17:40:14+01:00, msvensson@pilot.mysql.com +1 -0)
      0bca82cd
    • unknown's avatar
      Merge trift2.:/MySQL/M50/push-5.0 · 2a697d75
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        Auto merged
      2a697d75
    • unknown's avatar
      Merge trift2.:/MySQL/M50/mysql-5.0 · 45c41a48
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        Auto merged
      45c41a48
    • unknown's avatar
      Merge trift2.:/MySQL/M51/mysql-5.1 · 72048d06
      unknown authored
      into  trift2.:/MySQL/M51/push-5.1
      
      
      configure.in:
        Auto merged
      extra/yassl/src/handshake.cpp:
        Auto merged
      extra/yassl/src/template_instnt.cpp:
        Auto merged
      extra/yassl/src/yassl_imp.cpp:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      sql/handler.cc:
        Auto merged
      sql/log_event.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      storage/ndb/src/common/util/OutputStream.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
        Auto merged
      storage/ndb/tools/waiter.cpp:
        Auto merged
      72048d06
    • unknown's avatar
      1c39ff01
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-build · 4af3a5ef
      unknown authored
      into  alf.(none):/src/mysql-5.1-build_31929
      
      
      sql/CMakeLists.txt:
        Auto merged
      storage/myisam/CMakeLists.txt:
        Auto merged
      4af3a5ef
  7. 21 Feb, 2008 7 commits
  8. 20 Feb, 2008 10 commits
    • unknown's avatar
      Merge aelkin@bk-internal.mysql.com:/home/bk/mysql-5.1-new-rpl · 25743584
      unknown authored
      into  mysql1000.(none):/home/andrei/MySQL/FIXES/5.1/bug31316-sss_server_id_clashes
      
      
      sql/slave.cc:
        Auto merged
      25743584
    • unknown's avatar
      Bug #31316 Report server id clashes in SHOW SLAVE STATUS · c2d82017
      unknown authored
          "Server_IO_State" field
      
      Critical error messages from get_master_version_and_clock() were written
      only to the slave errorlog while Show slave status did not display any
      incident happened.
      
      Although the artifact was reported for a particular --replicate-same-server-id
      related issue the fix refines all critical error reporting with 
      deploying rli->report().
      
      The test for the bug covers only --replicate-same-server-id error reporting.
      
      
      mysql-test/suite/rpl/r/rpl_server_id1.result:
        new results reflecting changes
      mysql-test/suite/rpl/t/rpl_server_id1.test:
        Preserving the idea of the test unnecessary queries and the sleep are
        eliminated.
        In the end the slave must stop with the error displayable via $$$.
      sql/slave.cc:
        improving get_master_version_and_clock() code to report a critical incident
        via rli->report() that takes care of bothe the error log and
        the slave's status info placeholders.
        
        A critical error that force the IO slave thread to terminate is handled
        immediately (goto err).
      c2d82017
    • unknown's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl · ece6ddfe
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl
      
      
      mysql-test/extra/binlog_tests/ctype_cp932.test:
        Auto merged
      mysql-test/r/ctype_euckr.result:
        Auto merged
      mysql-test/r/ctype_sjis.result:
        Auto merged
      mysql-test/r/ctype_uca.result:
        Auto merged
      mysql-test/r/ctype_ujis.result:
        Auto merged
      mysql-test/suite/binlog/r/binlog_stm_ctype_cp932.result:
        Auto merged
      mysql-test/t/ctype_sjis.test:
        Auto merged
      mysql-test/t/ctype_uca.test:
        Auto merged
      mysql-test/t/ctype_ujis.test:
        Auto merged
      strings/ctype-euc_kr.c:
        Auto merged
      strings/ctype-eucjpms.c:
        Auto merged
      strings/ctype-gb2312.c:
        Auto merged
      strings/ctype-ucs2.c:
        Auto merged
      strings/ctype-ujis.c:
        Auto merged
      mysql-test/r/ctype_ucs.result:
        SCCS merged
      mysql-test/t/ctype_ucs.test:
        SCCS merged
      ece6ddfe
    • unknown's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.1 · e2b418a9
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.1-rpl
      
      
      sql/handler.cc:
        Auto merged
      e2b418a9
    • unknown's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0 · d856df3c
      unknown authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl
      
      d856df3c
    • unknown's avatar
    • unknown's avatar
      WL#4078: Document binary format of binlog entries · 4de6511e
      unknown authored
      Minor update with corrections and notes on the binlog format.
      This only affects comments, not code.
      
      
      sql/log_event.h:
        Fixes in documentation of binlog format.
      4de6511e
    • unknown's avatar
      Patch for bug#32664: event.test has timeout randomly. File is split into... · b09c79e5
      unknown authored
      Patch for bug#32664: event.test has timeout randomly. File is split into event_1.test and event_2.test.
      
      
      BitKeeper/deleted/.del-events.test:
        Delete: mysql-test/t/events.test
      BitKeeper/deleted/.del-events.result:
        Delete: mysql-test/r/events.result
      BitKeeper/etc/ignore:
        Added mysql-test/reg.log to the ignore list
      b09c79e5
    • unknown's avatar
      Upon the sql command flush logs, we need to ensure that all outstanding · 05184020
      unknown authored
      ndb data to be logged has made it to the binary log to get a deterministic
      behavior on the rotation of the log.
      
      05184020
    • unknown's avatar
      Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b32510 · d674fa5b
      unknown authored
      into  mysql.com:/home/bar/mysql-work/mysql-5.0.b32510v2
      
      
      mysql-test/r/ctype_big5.result:
        Auto merged
      mysql-test/r/ctype_cp932.result:
        Auto merged
      mysql-test/r/ctype_euckr.result:
        Auto merged
      mysql-test/r/ctype_gb2312.result:
        Auto merged
      mysql-test/r/ctype_gbk.result:
        Auto merged
      mysql-test/r/ctype_uca.result:
        Auto merged
      mysql-test/r/ctype_ucs.result:
        Auto merged
      mysql-test/t/ctype_cp932.test:
        Auto merged
      mysql-test/t/ctype_uca.test:
        Auto merged
      mysql-test/t/ctype_ucs.test:
        Auto merged
      strings/ctype-ucs2.c:
        Auto merged
      d674fa5b
  9. 19 Feb, 2008 4 commits
    • unknown's avatar
      Merge ramayana.hindu.god:/home/tsmith/m/inno/feb18/51 · c0f0a2f9
      unknown authored
      into  ramayana.hindu.god:/home/tsmith/m/bk/build/51
      
      c0f0a2f9
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1 · 3f94ddca
      unknown authored
      into  poseidon.bredbandsbolaget.se:/home/tomas/mysql-5.1-new-ndb-merge
      
      3f94ddca
    • unknown's avatar
      Removing deliberately generated errors for rpl_bug33931 test · 6f15fcd6
      unknown authored
      and moving test to replication suite.
      
      
      mysql-test/suite/rpl/t/rpl_bug33931-slave.opt:
        Rename: mysql-test/t/rpl_bug33931-slave.opt -> mysql-test/suite/rpl/t/rpl_bug33931-slave.opt
      mysql-test/suite/rpl/t/rpl_bug33931.test:
        Rename: mysql-test/t/rpl_bug33931.test -> mysql-test/suite/rpl/t/rpl_bug33931.test
      mysql-test/suite/rpl/r/rpl_bug33931.result:
        Rename: mysql-test/r/rpl_bug33931.result -> mysql-test/suite/rpl/r/rpl_bug33931.result
      mysql-test/lib/mtr_report.pl:
        Removing deliberately generated errors for rpl_bug33931 test.
      6f15fcd6
    • unknown's avatar
      fixes for build failures due to my yesterday's changeset forbidding · 001320a4
      unknown authored
      bool in C.
      
      
      client/get_password.c:
        fix for build failure
      include/thr_alarm.h:
        fix for build failure
      libmysql/dll.c:
        fix for build failure
      libmysql/get_password.c:
        fix for build failure
      mysys/thr_alarm.c:
        fix for build failure
      001320a4