1. 13 Apr, 2006 2 commits
    • unknown's avatar
      Merge three.local.lan:/home/matthias/Arbeit/mysql-4.1/src-1 · ebc0753e
      unknown authored
      into  three.local.lan:/home/matthias/Arbeit/mysql-5.0/src-1
      
      
      mysql-test/r/rpl_relayrotate.result:
        Auto merged
      mysql-test/t/rpl_deadlock.test:
        Auto merged
      mysql-test/t/rpl_relayrotate.test:
        Auto merged
      mysql-test/t/rpl_until.test:
        Auto merged
      BitKeeper/deleted/.del-disabled.def:
        Auto merged
      mysql-test/r/rpl_deadlock.result:
        Updated result
      ebc0753e
    • unknown's avatar
      Fixes for Bug#12429: Replication tests fail: "Slave_IO_Running" (?) differs related to · 8725360f
      unknown authored
      MySQL 4.1
        and Bug#16920 rpl_deadlock_innodb fails in show slave status (reported for MySQL 5.1)
        - backport of several fixes done in MySQL 5.0 to 4.1
        - fix for new discovered instability (see comment on Bug#12429 + Bug#16920)
        - reenabling of testcases
      
      
      mysql-test/r/rpl_deadlock.result:
        Updated results
      mysql-test/r/rpl_relayrotate.result:
        Updated results
      mysql-test/t/disabled.def:
        Reenabling of tests
      mysql-test/t/rpl_deadlock.test:
        - replace sleep with real_sleep (backport fix for Bug#15624 MySQL 5.0)
        - egalized value for Slave_IO_Running 
        - line 105 (backport fix for Bug#12429 MySQL 5.0)
        - line 85 (see comment in Bug#12429 
                   + Bug#16920 rpl_deadlock_innodb fails in show slave status)
        - improve readability of show slave status output (--vertical_results)
      mysql-test/t/rpl_relayrotate.test:
        - Replace select ... with select max(a)
        - add sync_with_master (backport fix done by Kristian in MySQL 5.0 because of timing
          problems similar to Bug#15624)
      mysql-test/t/rpl_until.test:
        Add wait_for_slave_to_stop like in the current MySQL 5.0 version of this test.
        I assume this makes the test results more predictable.
      8725360f
  2. 11 Apr, 2006 2 commits
  3. 10 Apr, 2006 18 commits
  4. 09 Apr, 2006 4 commits
  5. 08 Apr, 2006 3 commits
    • unknown's avatar
      $MYSQL_TEST was broken with --valgrind. · 4f97001a
      unknown authored
      4f97001a
    • unknown's avatar
      Fixed bug #16069. · 248317e9
      unknown authored
      The function agg_cmp_type in item_cmpfunc.cc neglected the fact that 
      the first argument in a BETWEEN/IN predicate could be a field of a view.
      As a result in the case when the retrieved table was hidden by a view 
      over it and the arguments in the BETWEEN/IN predicates are of 
      the date/time type the function did not perform conversion of 
      the constant arguments to the same format as the first field argument.
      If formats of the arguments differed it caused wrong a evaluation of
      the predicates.
      
      
      mysql-test/r/view.result:
        Added a test case for bug #16069.
      mysql-test/t/view.test:
        Added a test case for bug #16069.
      248317e9
    • unknown's avatar
      #18906: bushbuild reports rpl_temporary fails on solaris, AIX, QNX · bb923890
      unknown authored
      Removing the problematic line from include test file.
      
      
      mysql-test/include/get_binlog_dump_thread_id.inc:
        replacing replace_result by disable_query_log
      mysql-test/r/rpl_temporary.result:
        results
      bb923890
  6. 07 Apr, 2006 11 commits