1. 25 Jan, 2005 26 commits
  2. 24 Jan, 2005 14 commits
    • unknown's avatar
      Merge mysql.com:/home/kostja/work/mysql-4.1-5787 · 30185fb4
      unknown authored
      into mysql.com:/home/kostja/work/mysql-5.0-root
      
      
      vio/viosocket.c:
        Auto merged
      30185fb4
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1 · 45c5d198
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      45c5d198
    • unknown's avatar
      A fix for Bug#5787 "mysql_stmt_prepare is upto 8 times slower": · 860b94d9
      unknown authored
      it's crucial to disable Nagle algorithm on client for no-reply commands
      (like mysql_stmt_free) to always work fast.
      Nagle algorithm instructs the sender to buffer (store) data if any 
      unacknowledged data is outstanding and the size of to-send data is less than
      the network segment. It was exactly the case with COM_STMT_CLOSE after 
      COM_STMT_PREPARE, so the client was waiting for Nagle timer to expire or
       for ACK from the server, while the server was holding up ACK because of 
      delayed acknowledgement algorithm.
      The tricky part is that we have been already disabling Nagle 
      algorithm (by setting TCP_NODELAY)
      almost everywhere except Windows (and maybe Netware).
      It is the reason why the bug was repeatable only with Windows client.
      
      
      vio/viosocket.c:
        A fix for Bug#5787 "mysql_stmt_prepare is upto 8 times slower":
        if we disable Nagle algorithm, do it everywhere.
      860b94d9
    • unknown's avatar
      Merge · c8631391
      unknown authored
      
      BitKeeper/etc/ignore:
        auto-union
      include/my_global.h:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      libmysqld/examples/Makefile.am:
        Auto merged
      scripts/make_binary_distribution.sh:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      tests/mysql_client_test.c:
        Auto merged
      c8631391
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-7887 · c571e984
      unknown authored
      into mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      sql/mysqld.cc:
        Auto merged
      c571e984
    • unknown's avatar
      Set lower_case_file_system when it is being tested to check if · 78a3a5d6
      unknown authored
      lower_case_tables_names=2 is sensible. Related to Bug #7887.
      
      
      sql/mysqld.cc:
        Set lower_case_file_system when it is being tested to check
        if lower_case_tables_names=2 is sensible.
      78a3a5d6
    • unknown's avatar
      merged · f1997b03
      unknown authored
      
      mysql-test/t/ctype_cp932.test:
        Change mode to -rw-rw-r--
      mysql-test/t/ctype_eucjpms.test:
        Change mode to -rw-rw-r--
      BitKeeper/etc/ignore:
        Added libmysqld/ha_federated.cc to the ignore list
      f1997b03
    • unknown's avatar
      Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/ · b7547102
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-4.1
      
      
      tests/mysql_client_test.c:
        Auto merged
      b7547102
    • unknown's avatar
      merged · 7e0495b2
      unknown authored
      
      BitKeeper/deleted/.del-sort.c~e2e56b5a37ce86f4:
        Auto merged
      client/mysql.cc:
        Auto merged
      client/mysqlbinlog.cc:
        Auto merged
      client/mysqldump.c:
        Auto merged
      client/mysqltest.c:
        Auto merged
      myisam/ft_boolean_search.c:
        Auto merged
      myisam/mi_packrec.c:
        Auto merged
      myisam/sort.c:
        Auto merged
      mysql-test/r/fulltext.result:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_timefunc.cc:
        Auto merged
      sql/log.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      sql/slave.cc:
        Auto merged
      sql/sql_acl.h:
        Auto merged
      sql/sql_analyse.cc:
        Auto merged
      sql/sql_cache.cc:
        Auto merged
      sql/sql_db.cc:
        Auto merged
      sql/tztime.cc:
        Auto merged
      tests/client_test.c:
        Auto merged
      7e0495b2
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1 · 26ff96fc
      unknown authored
      into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      26ff96fc
    • unknown's avatar
      remove the entry from the list, before freeing · 020c5e8c
      unknown authored
      020c5e8c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 1c1f3e27
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.0
      
      1c1f3e27
    • unknown's avatar
      my_global.h: · 6b22a5e6
      unknown authored
        Bug#7145 Added cast to doublestore() and ARM
      
      
      include/my_global.h:
        Added cast to doublestore() and ARM
      6b22a5e6
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1 · 80092d0a
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-4.1-perl
      
      
      mysql-test/mysql-test-run.sh:
        Auto merged
      80092d0a