1. 26 Sep, 2006 2 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug18969/my50-bug18969 · 7bf40904
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      7bf40904
    • 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. 25 Sep, 2006 6 commits
  3. 23 Sep, 2006 6 commits
  4. 22 Sep, 2006 6 commits
  5. 21 Sep, 2006 15 commits
  6. 20 Sep, 2006 5 commits
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bk/MERGE/mysql-4.1-merge · 679ed1c8
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      
      sql/sql_yacc.yy:
        Auto merged
      679ed1c8
    • unknown's avatar
      Fix of result files from merge · aede420d
      unknown authored
      
      mysql-test/r/mysqldump.result:
        Fix of result file (adding the echo's)
      mysql-test/r/rpl_view.result:
        Added end of 5.0 echo
      mysql-test/t/rpl_view.test:
        Added end of 5.0 echo
      aede420d
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.0-rpl · edbab357
      unknown authored
      into  mysql.com:/users/lthalmann/bk/MERGE/mysql-5.0-merge
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_class.h:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      client/mysqldump.c:
        Merge main->rpl
      mysql-test/r/mysqldump.result:
        Restore of main mysqldump test files in rpl tree (only added echo and one test case for bug 13926)
        Printouts not yet added to result file
      mysql-test/t/mysqldump.test:
        Restore of main mysqldump test files in rpl tree (only added echo and one test case for bug 13926)
      edbab357
    • 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