1. 16 Feb, 2006 2 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug2845/my50-bug2845 · 0c916a7a
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug2845/my51-bug2845
      
      
      mysql-test/t/wait_timeout.test:
        Auto merged
      0c916a7a
    • unknown's avatar
      Bug#2845 client fails to reconnect if using TCP/IP · 074e15ac
      unknown authored
      - Detect that connection to server has been broken in "net_clear". Since 
        net_clear is always called before we send command to server, we can be sure
        that server has not received the command.
      
      
      mysql-test/r/wait_timeout.result:
        Update test result
      mysql-test/t/wait_timeout-master.opt:
        Decrease wait_timeout value to avoid unneccessary sleeps
      mysql-test/t/wait_timeout.test:
        Test that same error message is returned when disconnected regardless of connection is socket or TCP
        Decrease sleep times
      sql/net_serv.cc:
        Make "net_clear" detect if connection with server has been broken by 
        performing a select. If the select returns that there are data to read but
        no data can be read, that means the connection is broken. Signal disconnected
        to "write" functions by setting error to 2.
      074e15ac
  2. 14 Feb, 2006 12 commits
  3. 13 Feb, 2006 26 commits
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c656d27a
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      c656d27a
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b9b7298c
      unknown authored
      into  mysql.com:/home/alexi/innodb/mysql-5.1-ss115x
      
      b9b7298c
    • unknown's avatar
      Deleted innodb_unsafe_binlog.test erroneously merged from · 054aa9aa
      unknown authored
        the innodb-5.0-ss115 snapshot.
      
      
      BitKeeper/deleted/.del-innodb_unsafe_binlog.test~8c3e0832ef20aa2:
        Delete: mysql-test/t/innodb_unsafe_binlog.test
      BitKeeper/deleted/.del-innodb_unsafe_binlog-master.opt~9cbe1bb3d8696c5b:
        Delete: mysql-test/t/innodb_unsafe_binlog-master.opt
      BitKeeper/deleted/.del-innodb_unsafe_binlog.result~7617b075b81d112d:
        Delete: mysql-test/r/innodb_unsafe_binlog.result
      054aa9aa
    • unknown's avatar
      Bug #17340 SHOW CREATE TABLE from second session crashes the server · f7f3d087
      unknown authored
      - no check was made that ndb thd object was allocated
      
      
      sql/ha_ndbcluster.h:
        Bug #17340  	SHOW CREATE TABLE from second session crashes the server
      sql/handler.h:
        Bug #17340  	SHOW CREATE TABLE from second session crashes the server
      sql/sql_show.cc:
        Bug #17340  	SHOW CREATE TABLE from second session crashes the server
      f7f3d087
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 64e6c3b5
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      64e6c3b5
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f7a62a95
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      f7a62a95
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 8ca0aee5
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      8ca0aee5
    • unknown's avatar
      Bug #17179 schema creation fails · 9dcc8714
      unknown authored
      -flag was set on field intable share instead of table
      
      
      mysql-test/r/ndb_basic.result:
        Bug #17179  	schema creation fails
      mysql-test/t/ndb_basic.test:
        Bug #17179  	schema creation fails
      9dcc8714
    • unknown's avatar
      mysqlimport.c: · 6d54455f
      unknown authored
        Removed C++ comment, changed types for pthread_create() usage
      
      
      client/mysqlimport.c:
        Removed C++ comment, changed types for pthread_create() usage
      6d54455f
    • unknown's avatar
      BUG#17339: Missed line in previous patch · fee46a79
      unknown authored
      
      mysql-test/r/rpl_loaddata_s.result:
        Missed line
      fee46a79
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new · e63f8ad3
      unknown authored
      into  mysql.com:/users/lthalmann/bk/mysql-5.1-new-bug17339
      
      e63f8ad3
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2d3f2558
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      2d3f2558
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new · d3eb3044
      unknown authored
      into  mysql.com:/users/lthalmann/bk/mysql-5.1-new-bug17339
      
      d3eb3044
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · b9c63fc6
      unknown authored
      into  zim.tangent.org:/home/brian/mysql/cleanup-5.1
      
      b9c63fc6
    • unknown's avatar
      Fix for bad merge. · 41a5f263
      unknown authored
      
      mysql-test/t/disabled.def:
        Removed reference to  failed test.
      sql/ha_archive.cc:
        This fixes the optimize problem introduced in a bad merge.
      41a5f263
    • unknown's avatar
      support-files/mysql.spec.sh : Use "-i" on "make test-force", add missing changelog notes. · 00a765b4
      unknown authored
      
      support-files/mysql.spec.sh:
        - Use "-i" on "make test-force",
        - document other recent changes in the changelog section (where notes were missing).
      00a765b4
    • unknown's avatar
      BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure... · cd504cda
      unknown authored
      BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      For this particular bug report it was rpl_loadfile.test that did not make proper cleanup, but the patch
      includes fixes for other tests aswell.
      
      
      mysql-test/r/rpl_loaddata2.result:
        Cleanup
      mysql-test/r/rpl_redirect.result:
        Cleanup
      mysql-test/r/rpl_slave_status.result:
        Cleanup
      mysql-test/t/rpl_LD_INFILE.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_drop_temp.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_ignore_table.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loaddata2.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loaddata_m.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loaddata_s.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_loadfile.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_multi_update4.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_ndb_basic.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_redirect.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_func001.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_func002.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp001.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp005.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp008.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp009.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp010.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp011.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_sp012.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_trig001.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_row_trig002.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_skip_error.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_slave_status.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_sp.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      mysql-test/t/rpl_sp004.test:
        Most rpl tests need to execute sync_slave_with_master to ensure that cleanup is done on slave
      cd504cda
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 38482065
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      38482065
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone3 · 99546030
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
      
      
      sql/set_var.cc:
        manual merge.
      99546030
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 · 2c9e8468
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone
      
      2c9e8468
    • unknown's avatar
      set_var.cc: · 30446de6
      unknown authored
        Fix out-of-order system variable.
      
      
      sql/set_var.cc:
        Fix out-of-order system variable.
      30446de6
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · 935ba452
      unknown authored
      into mysql.com:/M50/rpmspec-5.0
      
      935ba452
    • unknown's avatar
      support-files/mysql.spec.sh · 5121fa29
      unknown authored
          "Use remote": Let the other changes (test the debug binary) precede.
      
      
      support-files/mysql.spec.sh:
        "Use remote": Let the other changes (test the debug binary) precede.
      5121fa29
    • unknown's avatar
      Merge mysql.com:/M50/rpmspec-5.0 into mysql.com:/M51/rpmspec-5.1 · cfc48e86
      unknown authored
      
      support-files/mysql.spec.sh:
        Auto merged
      cfc48e86
    • unknown's avatar
      forgot to commit in prev patch · 095bfcc0
      unknown authored
      095bfcc0
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0bc61700
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      0bc61700