1. 16 Feb, 2006 2 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug2845/my50-bug2845 · b4b64a5b
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug2845/my51-bug2845
      
      
      mysql-test/t/wait_timeout.test:
        Auto merged
      b4b64a5b
    • unknown's avatar
      Bug#2845 client fails to reconnect if using TCP/IP · d430e247
      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.
      d430e247
  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 · c4b5ba56
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      c4b5ba56
    • unknown's avatar
      Merge aivanov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 58991ee1
      unknown authored
      into  mysql.com:/home/alexi/innodb/mysql-5.1-ss115x
      
      
      58991ee1
    • unknown's avatar
      Deleted innodb_unsafe_binlog.test erroneously merged from · cdaffb61
      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
      cdaffb61
    • unknown's avatar
      Bug #17340 SHOW CREATE TABLE from second session crashes the server · f5131b2f
      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
      f5131b2f
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 4d012f5a
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      4d012f5a
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 97243651
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      97243651
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 74d84bc8
      unknown authored
      into  poseidon.ndb.mysql.com:/home/tomas/mysql-5.1-new
      
      
      74d84bc8
    • unknown's avatar
      Bug #17179 schema creation fails · 7e4559e1
      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
      7e4559e1
    • unknown's avatar
      mysqlimport.c: · cf217b9c
      unknown authored
        Removed C++ comment, changed types for pthread_create() usage
      
      
      client/mysqlimport.c:
        Removed C++ comment, changed types for pthread_create() usage
      cf217b9c
    • unknown's avatar
      BUG#17339: Missed line in previous patch · 6a1e7d8c
      unknown authored
      
      mysql-test/r/rpl_loaddata_s.result:
        Missed line
      6a1e7d8c
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new · c6fbbe72
      unknown authored
      into  mysql.com:/users/lthalmann/bk/mysql-5.1-new-bug17339
      
      
      c6fbbe72
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a310380b
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      
      a310380b
    • unknown's avatar
      Merge mysql.com:/users/lthalmann/bkroot/mysql-5.1-new · 37d0dda4
      unknown authored
      into  mysql.com:/users/lthalmann/bk/mysql-5.1-new-bug17339
      
      
      37d0dda4
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-new · f560252b
      unknown authored
      into  zim.tangent.org:/home/brian/mysql/cleanup-5.1
      
      
      f560252b
    • unknown's avatar
      Fix for bad merge. · 8b3850df
      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.
      8b3850df
    • unknown's avatar
      support-files/mysql.spec.sh : Use "-i" on "make test-force", add missing changelog notes. · 1431fe7e
      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).
      1431fe7e
    • unknown's avatar
      BUG#17339: Most rpl tests need to execute sync_slave_with_master to ensure... · d364bf85
      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
      d364bf85
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 54de515d
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      
      54de515d
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone3 · 0b24ac5d
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.1
      
      
      sql/set_var.cc:
        manual merge.
      0b24ac5d
    • unknown's avatar
      Merge snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0 · 10c65055
      unknown authored
      into  snake-hub.snake.net:/src/extern/MySQL/bk/mysql-5.0-clone
      
      
      10c65055
    • unknown's avatar
      set_var.cc: · 01e880ed
      unknown authored
        Fix out-of-order system variable.
      
      
      sql/set_var.cc:
        Fix out-of-order system variable.
      01e880ed
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.0 · d263d8b0
      unknown authored
      into mysql.com:/M50/rpmspec-5.0
      
      
      d263d8b0
    • unknown's avatar
      support-files/mysql.spec.sh · fbe0ba73
      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.
      fbe0ba73
    • unknown's avatar
      Merge mysql.com:/M50/rpmspec-5.0 into mysql.com:/M51/rpmspec-5.1 · d6a88667
      unknown authored
      
      support-files/mysql.spec.sh:
        Auto merged
      d6a88667
    • unknown's avatar
      forgot to commit in prev patch · 43dab66a
      unknown authored
      43dab66a
    • unknown's avatar
      Merge lthalmann@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 6d975ea2
      unknown authored
      into  mysql.com:/users/lthalmann/bkroot/mysql-5.1-new
      
      
      6d975ea2