An error occurred fetching the project authors.
  1. 24 Jun, 2001 1 commit
    • unknown's avatar
      Fixed bug in multi-table-delete code · a96e1b69
      unknown authored
      client/mysqltest.c:
        Added --big-test argument
      libmysqld/lib_sql.cc:
        Reset error messages before new query.
      libmysqld/lib_vio.c:
        Fixed reading of results.
      mysql-test/mysql-test-run.sh:
        Added option --big
      mysql-test/r/multi_update.result:
        More multi-delete tests
      mysql-test/t/bdb-crash.test:
        Added missing test if BDB is supported
      mysql-test/t/multi_update.test:
        More multi-delete tests
      a96e1b69
  2. 15 Jun, 2001 1 commit
  3. 04 Jun, 2001 1 commit
    • unknown's avatar
      Various changes to get libmysqld in sync with latest sources. · bc0befda
      unknown authored
      BitKeeper/etc/ignore:
        Added libmysqld/uniques.cc
      client/mysqltest.c:
        Don't core dump if --socket isn't specified.
        
        Add --test-file option, to facilitate running mysqltest under debugger.
      libmysqld/Makefile.am:
        We need uniques.cc
      libmysqld/lib_sql.cc:
        Tiny cleanup.
      libmysqld/libmysqld.c:
        Split mysql_real_query() into mysql_send_query() and
        mysql_read_query_results().
      bc0befda
  4. 24 Apr, 2001 1 commit
    • unknown's avatar
      Fixes for embedded MySQL · dbd56fcd
      unknown authored
      Some limit optimization
      
      
      BitKeeper/deleted/.del-ib_config.h.in~9e57db8504e55b7:
        Delete: innobase/ib_config.h.in
      BitKeeper/deleted/.del-ib_config.h~7539e26ffc614439:
        Delete: innobase/ib_config.h
      client/errmsg.c:
        Moved error messages from libmysqld/
      client/mysql.cc:
        Removed warnings
      include/errmsg.h:
        New info for embedded versions
      include/mysql_com.h:
        Fixes for embedded MySQL
      libmysql/errmsg.c:
        Fixes for embedded MySQL
      libmysqld/Makefile.am:
        Added HANDLER code
      libmysqld/lib_sql.cc:
        Fixes for embedded MySQL
      libmysqld/lib_vio.c:
        Fixes for embedded MySQL
      BitKeeper/etc/ignore:
        Added libmysqld/sql_handler.cc to the ignore list
      libmysqld/libmysqld.c:
        Fixes for embedded MySQL
      mysql-test/r/null_key.result:
        Fixed result for 4.0
      sql/net_serv.cc:
        Fixes for embedded MySQL
      sql/sql_parse.cc:
        Fixes for embedded MySQL where the query could be a const char*
      sql/sql_select.cc:
        Added limit optimization
      sql/sql_select.h:
        Added limit optimization
      dbd56fcd
  5. 11 Apr, 2001 1 commit
    • unknown's avatar
      Added all changes from old 4.0 version: · 8dd2e5b8
      unknown authored
      PSTACK, libmysqld and MySQL filesystem
      UPDATE ... ORDER BY
      DELETE ... ORDER BY
      New faster fulltext handling
      Faster compressed keys
      
      
      
      Makefile.am:
        Added support for pstack and libmysqld_dir
      acconfig.h:
        MySQL filesystem and PSTACK
      acinclude.m4:
        MySQL File system
      client/mysql.cc:
        Support for --xml
      configure.in:
        Pstack, MySQL FS and libmysqld_dir
      include/ft_global.h:
        Faster fulltext
      include/my_pthread.h:
        Made c++ safe
      include/myisam.h:
        Update for faster fulltext
      include/mysql_com.h:
        new my_net_read()
      include/violite.h:
        libmysqld
      libmysql/net.c:
        New protocol that supports big packets
      myisam/Makefile.am:
        Faster fulltext
      myisam/ft_parser.c:
        Faster fulltext
      myisam/ft_search.c:
        Faster fulltext
      myisam/ft_update.c:
        Faster fulltext
      myisam/ftdefs.h:
        Faster fulltext
      myisam/mi_check.c:
        Faster fulltext
      myisam/mi_open.c:
        Faster compressed keys
      myisam/mi_search.c:
        Faster compressed keys
      myisam/mi_update.c:
        Faster compressed keys
      myisam/myisamdef.h:
        Faster compressed keys
      myisam/sort.c:
        Faster compressed keys
      mysql-test/mysql-test-run.sh:
        --skip-innobase and --skip-bdb
      sql/ChangeLog:
        Changelog
      sql/Makefile.am:
        PSTACK
      sql/mysql_priv.h:
        New ORDER BY options and libmysqld
      sql/mysqld.cc:
        PSTACK
      sql/net_serv.cc:
        New protocol that supports big packets
      sql/share/estonian/errmsg.txt:
        New error messages
      sql/sql_base.cc:
        Better list_open_tabels
      sql/sql_delete.cc:
        ORDER BY for delete
      sql/sql_lex.cc:
        Added language convertation of all strings
      sql/sql_parse.cc:
        Changes for libmysqld
        Use new ORDER BY options
      sql/sql_show.cc:
        Character set convertations
        Use new list_open_tables function.
      sql/sql_update.cc:
        UPDATE ... ORDER BY
      sql/sql_yacc.yy:
        Clean up symbol definitions
        DELETE .. ORDER BY
        UPDATE .. ORDER BY
      sql/table.h:
        new OPEN_TABLE_LIST structure
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      8dd2e5b8