1. 09 Mar, 2005 1 commit
    • unknown's avatar
      fixed bug in event handling of several tables · 2a62cc64
      unknown authored
      fix crashing bug in Dict caused by Suma on CREATE_SUBID_REF
      
      
      ndb/include/kernel/signaldata/SumaImpl.hpp:
        fix crashing bug in Dict caused by Suma on CREATE_SUBID_REF
      ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        fixed bug in event handling of several tables
      2a62cc64
  2. 08 Mar, 2005 12 commits
  3. 07 Mar, 2005 21 commits
  4. 06 Mar, 2005 2 commits
    • unknown's avatar
      BUG#8351 post-review improvements. · de8b610d
      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.
      de8b610d
    • unknown's avatar
      ndb - remove obsolete attribute storage type ACC vs TUP · c9a6b607
      unknown authored
      
      ndb/include/kernel/signaldata/CreateEvnt.hpp:
        remove obsolete attribute storage type ACC vs TUP
      ndb/include/kernel/signaldata/CreateIndx.hpp:
        remove obsolete attribute storage type ACC vs TUP
      ndb/src/ndbapi/ndberror.c:
        remove obsolete attribute storage type ACC vs TUP
      ndb/test/include/NdbSchemaOp.hpp:
        remove obsolete attribute storage type ACC vs TUP
      ndb/test/ndbapi/bench/userInterface.cpp:
        remove obsolete attribute storage type ACC vs TUP
      ndb/test/src/NdbSchemaOp.cpp:
        remove obsolete attribute storage type ACC vs TUP
      c9a6b607
  5. 05 Mar, 2005 4 commits
    • unknown's avatar
      Porting of "buffered read" patch to 5.0 and post-review fixes. · 89a57fd3
      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.
      89a57fd3
    • unknown's avatar
      sql_udf.cc: · d06b2ee9
      unknown authored
        Comment changes: use standard style; fix grammar.
      
      
      sql/sql_udf.cc:
        Comment changes: use standard style; fix grammar.
      d06b2ee9
    • unknown's avatar
      func_group.test, func_str.result, func_group.result: · 37a29244
      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
      37a29244
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0 · 3113279c
      unknown authored
      into mysql.com:/home/bar/mysql-5.0
      
      3113279c