1. 26 Sep, 2006 1 commit
    • unknown's avatar
      Bug#18969 race condition involving slave and mysqltest. was rpl_insert_id test case fails · e9a84303
      unknown authored
       - As the slaves are restarted for each testcase, take the opportunity to restore their databases to a known state with the help of the snapshot(s)
       - Count max number of slaves used in testcases
       - Use copy_install_db to speed up "Installing db" phase
      
      
      mysql-test/mysql-test-run.pl:
        Count max number of slaves used for a test run and use that when installing slave databases etc.
        Use "copy_install_db" for all but the first db to install
        After having stopped the slave database, restore it's database files from the snapshot.
      e9a84303
  2. 21 Sep, 2006 6 commits
  3. 20 Sep, 2006 7 commits
    • unknown's avatar
      Applied innodb snapshot ss792 and ss854. · 9b762ae3
      unknown authored
      This ChangeSet will be null-merged to mysql-5.1.
      
      Bugs fixed:
      - Bug #21638:  InnoDB: possible segfault in page_copy_rec_list_end_no_locks
        If prefix_len is specified, write it to the insert buffer instead of type->len
      - bug #10746:  InnoDB: Error: stored_select_lock_type is 0 inside ::start_stmt()!
        INSERT ... SELECT uses LOCK_NONE in innodb_locks_unsafe_for_binlog mode, so do
        not check for LOCK_X or LOCK_S in start_stmt()
      
      
      innobase/ibuf/ibuf0ibuf.c:
        Applied innodb snapshot ss792 and ss854.
        
        ibuf_entry_build(): Write prefix_len to the insert buffer instead of type->len
        when prefix_len is specified.  Otherwise, btr_page_reorganize() during
        insert buffer merge would fail on ROW_FORMAT=COMPACT tables.  (Bug #21638)
      innobase/include/data0type.h:
        Applied innodb snapshot ss792 and ss854.
        
        ibuf_entry_build(): Write prefix_len to the insert buffer instead of type->len
        when prefix_len is specified.  Otherwise, btr_page_reorganize() during
        insert buffer merge would fail on ROW_FORMAT=COMPACT tables.  (Bug #21638)
      innobase/include/data0type.ic:
        Applied innodb snapshot ss792 and ss854.
        
        ibuf_entry_build(): Write prefix_len to the insert buffer instead of type->len
        when prefix_len is specified.  Otherwise, btr_page_reorganize() during
        insert buffer merge would fail on ROW_FORMAT=COMPACT tables.  (Bug #21638)
      sql/ha_innodb.cc:
        Applied innodb snapshot ss792 and ss854.
        
        ha_innobase::start_stmt(): Remove the check for
        prebuilt->stored_select_lock_type being LOCK_X or LOCK_S.
        This would cause false alarms with INSERT ... SELECT, which would use
        LOCK_NONE in innodb_locks_unsafe_for_binlog mode.  (Bug #10746)
      9b762ae3
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/work/my50-work · 50756812
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      50756812
    • unknown's avatar
      Fix problem with testcase timeouts not working. The timeout value was always multiplied with 10 · 25fa9d26
      unknown authored
      since the $opt_valgrind variable was initialised to 0, thus being "defined"
      
      
      mysql-test/mysql-test-run.pl:
        Increase the timeout values if $opt_valgrind are greater than 0. By default $opt_valgrind is set to 0.
      25fa9d26
    • unknown's avatar
      Merge kpettersson@bk-internal:/home/bk/mysql-5.0-maint · bf80dbcb
      unknown authored
      into  naruto.:C:/cpp/mysql-5.0-maint
      
      
      bf80dbcb
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/bug19738/my50-bug19738 · 33985e75
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      sql/Makefile.am:
        Auto merged
      33985e75
    • unknown's avatar
      Bug#19738 "make install" tries to build files that "make" should already have built · a1162588
      unknown authored
       - Move gen_lex_hash to EXTRA_PROGRAMS
      
      
      sql/Makefile.am:
        Move gen_lex_hash to EXTRA_PROGRAMS, this will make it be built only when lex_hash.h need to be rebuilt
      a1162588
    • unknown's avatar
      Merge naruto.:C:/cpp/bug20789/my50-bug20789 · 044ea86c
      unknown authored
      into  naruto.:C:/cpp/mysql-5.0-maint
      
      
      044ea86c
  4. 19 Sep, 2006 14 commits
  5. 18 Sep, 2006 7 commits
  6. 17 Sep, 2006 1 commit
  7. 15 Sep, 2006 4 commits