1. 16 Feb, 2006 1 commit
    • 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 2 commits
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3c9952a1
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0.cs_fs
      
      
      sql/set_var.cc:
        Auto merged
      3c9952a1
    • unknown's avatar
      Many files: · 7ce3b2a3
      unknown authored
        Backporting character_set_filesystem from 5.0 to 5.1.
      
      
      sql/mysqld.cc:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/set_var.cc:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/set_var.h:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/sql_class.cc:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/sql_class.h:
        Backporting character_set_filesystem from 5.0 to 5.1.
      sql/sql_yacc.yy:
        Backporting character_set_filesystem from 5.0 to 5.1.
      mysql-test/t/variables.test:
        Backporting character_set_filesystem from 5.0 to 5.1.
      mysql-test/r/variables.result:
        Backporting character_set_filesystem from 5.0 to 5.1.
      7ce3b2a3
  3. 13 Feb, 2006 8 commits
  4. 12 Feb, 2006 4 commits
    • unknown's avatar
      Merge · 4e8f2a12
      unknown authored
      
      mysql-test/lib/mtr_cases.pl:
        Auto merged
      mysql-test/lib/mtr_process.pl:
        Auto merged
      mysql-test/lib/mtr_report.pl:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/spatial.cc:
        Auto merged
      4e8f2a12
    • unknown's avatar
      spatial.cc: · 0f3d8813
      unknown authored
        Added { ... } around float8get() macro, avoids VC7 error
        message "illegal else without matching if"
      mtr_report.pl:
        Parse error logs to create "warnings" file
      mtr_cases.pl:
        Added optoion --ignore-disabled-def
        Windows build now let TZ pass, removed
        work around
      mysql-test-run.pl, mtr_process.pl:
        Back port of changes from 5.0
      
      
      mysql-test/lib/mtr_process.pl:
        Back port of changes from 5.0
      mysql-test/mysql-test-run.pl:
        Back port of changes from 5.0
      mysql-test/lib/mtr_cases.pl:
        Added optoion --ignore-disabled-def
        Windows build now let TZ pass, removed
        work around
      mysql-test/lib/mtr_report.pl:
        Parse error logs to create "warnings" file
      sql/spatial.cc:
        Added { ... } around float8get() macro, avoids VC7 error
        message "illegal else without matching if"
      0f3d8813
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0 · e1474218
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1
      
      
      scripts/make_binary_distribution.sh:
        Auto merged
      e1474218
    • unknown's avatar
      make_binary_distribution.sh: · cd93a5aa
      unknown authored
        print => echo in shell script
      
      
      scripts/make_binary_distribution.sh:
        print => echo in shell script
      cd93a5aa
  5. 11 Feb, 2006 5 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 39bfc560
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-4.1-fixrace
      
      
      39bfc560
    • unknown's avatar
      Merge mysql.com:/usr/local/mysql/mysql-4.1-fixrace · fe9663c7
      unknown authored
      into  mysql.com:/usr/local/mysql/mysql-5.0
      
      
      mysql-test/lib/mtr_process.pl:
        Auto merged
      fe9663c7
    • unknown's avatar
      Merge · e1809d1b
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      e1809d1b
    • unknown's avatar
      mysql-test-run.{pl,sh}: · 18faf002
      unknown authored
        Give space for second and third slave port
      
      
      mysql-test/mysql-test-run.pl:
        Give space for second and third slave port
        Define shell variables for all ports, and
        list these at startup
      mysql-test/mysql-test-run.sh:
        Give space for second and third slave port
      18faf002
    • unknown's avatar
      Fix a race on some platforms in mysql-test-run.pl, where it would sometimes · 50319386
      unknown authored
      errorneously abort reporting failure to kill child processes, where in
      reality the problem was merely that the child had become a zombie because
      of missing waitpid() call.
      
      
      mysql-test/lib/mtr_process.pl:
        Fix race (on some platforms) when killing processes.
      50319386
  6. 10 Feb, 2006 20 commits