1. 08 Mar, 2005 14 commits
  2. 07 Mar, 2005 18 commits
  3. 06 Mar, 2005 1 commit
    • unknown's avatar
      BUG#8351 post-review improvements. · 19925810
      unknown authored
      
      myisam/ft_boolean_search.c:
        quot, qend not needed anymore, removed.
        phrase initialization moved to ft_init_boolean_search.
        comments added.
        _ftb_strstr renamed to _ftb_check_phrase.
      myisam/ft_parser.c:
        style improvements.
      19925810
  4. 05 Mar, 2005 7 commits
    • unknown's avatar
      Porting of "buffered read" patch to 5.0 and post-review fixes. · e904d0e7
      unknown authored
      The patch implements the idea suggested by Olaf van der Spek in 
      thread "Client: many small reads?" (internals@lists.mysql.com).
      Now small reads performed by the client library are buffered.
      The buffering gives up to 2 times speedup when retrieving 
      one-column tables.
      
      
      BUILD/SETUP.sh:
        Remove --with-vio option which no longer exist.
      BUILD/compile-pentium64-valgrind-max:
        Remove --with-vio option which no longer exist.
      config/ac-macros/misc.m4:
        Removed --with-vio configure switch: we always use VIO. The switch,
         in fact, only saved us one pointer dereferencing per call in case we had
        only one transport type in VIO enabled.
      config/ac-macros/openssl.m4:
        Removed HAVE_VIO.
      include/config-win.h:
        Removed HAVE_VIO (not needed anymore)
        Added HAVE_VIO_READ_BUFF (define buffered client reads for Windows clients).
      include/violite.h:
        Removed HAVE_VIO, as currently VIO is always in use.
        Added declaration for vio_read_buff and related members in struct VIO.
      sql-common/client.c:
        Use flags to set up vio read buffering in mysql_real_connect.
      sql/mysqld.cc:
        Use flags to disable vio read buffering when creating a server 
        connection.
      vio/vio.c:
        Optionally set up vio read buffer when creating a new VIO structure.
      vio/viosocket.c:
        Implementation of client-side buffered reads in VIO: the idea 
        is to buffer small reads in a client buffer to save amount of
        syscalls per retrieved result set. The implementation relies
        on the fact that read/recv will return as soon as there is
        some data in the kernel buffer, no matter how big the given
        user's buffer is. To be able to disable it in case recv/read don't
        have such semantics, the new calls are guarded
        with #define HAVE_VIO_READ_BUFF. Currently buffered reading is 
        switched on only for BSD sockets and named pipes, both on Windows
        and UNIXes.
      e904d0e7
    • unknown's avatar
      Fixing bug #8850 in such a way that when TRUNCATE is called within · 2fc5d274
      unknown authored
      stored  procedure,  it  is converted  to DELETE.
      
      
      mysql-test/r/sp.result:
        A result for  the  test  case  for bug #8850
      mysql-test/t/sp.test:
        A test  case  for the bug #8850
      sql/sql_delete.cc:
        A fix for bug  #8850, plus adding a missing call  to mysql_init_select(),
        which  caused mem_root corruption.
      sql/sql_parse.cc:
        A fix for the bug #8850
      BitKeeper/etc/ignore:
        Added acinclude.m4 to the ignore list
      2fc5d274
    • unknown's avatar
      sql_udf.cc: · 18f16edf
      unknown authored
        Comment changes: use standard style; fix grammar.
      
      
      sql/sql_udf.cc:
        Comment changes: use standard style; fix grammar.
      18f16edf
    • unknown's avatar
      func_group.test, func_str.result, func_group.result: · e75e10dd
      unknown authored
        after merge fixes
      
      
      mysql-test/r/func_group.result:
        after merge fixes
      mysql-test/r/func_str.result:
        after merge fixes
      mysql-test/t/func_group.test:
        after merge fixes
      e75e10dd
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · a12b0b28
      unknown authored
      into mysql.com:/home/bar/mysql-5.0
      
      
      a12b0b28
    • unknown's avatar
      Merge · e7eac027
      unknown authored
      
      BitKeeper/etc/logging_ok:
        auto-union
      innobase/trx/trx0trx.c:
        Auto merged
      mysql-test/r/ctype_collate.result:
        Auto merged
      mysql-test/r/func_system.result:
        Auto merged
      mysql-test/r/type_blob.result:
        Auto merged
      sql/ha_innodb.cc:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item.h:
        Auto merged
      sql/item_create.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      sql/opt_sum.cc:
        Auto merged
      innobase/ut/ut0mem.c:
        e
        merge from 4.1
      mysql-test/r/func_group.result:
        merge from 4.1
      mysql-test/r/func_str.result:
        merge from 4.1
      mysql-test/t/func_group.test:
        merge from 4.1
      e7eac027
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 52740354
      unknown authored
      into mysql.com:/home/dlenev/src/mysql-5.0-sp
      
      
      sql/sp_head.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      52740354