An error occurred fetching the project authors.
  1. 27 Nov, 2002 1 commit
    • venu@myvenu.com's avatar
      select_test.c, insert_test.c: · e01a6c83
      venu@myvenu.com authored
        Added my_global.h to compile after my_list.h is added to mysql.h
      sql_prepare.cc:
        Handle close stmt from client
        Minor fixups to make SET variable=? to work
      sql_parse.cc:
        Added missed COM_CLOSE_STMT
      mysql_priv.h:
        Change mysql_stmt_close to mysql_stmt_free to not to conflict with client type
      libmysql.c:
        Clean all open stmts during mysql_close() implicitly
      e01a6c83
  2. 22 Nov, 2002 1 commit
  3. 14 Nov, 2002 1 commit
  4. 08 Oct, 2002 1 commit
  5. 03 Oct, 2002 1 commit
  6. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  7. 23 Aug, 2002 1 commit
  8. 27 Jun, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Removed mysql_ssl_clear() · 8a2daeac
      monty@hundin.mysql.fi authored
      Added statistics information for alarms (for bug tracking)
      Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me)
      Enlarged STACK_BUF_ALLOC becasue of failed crash-me test
      Aded new script mysql_tableinfo to make a system directory.
      8a2daeac
  9. 17 Jun, 2002 1 commit
  10. 12 Jun, 2002 1 commit
    • venu@myvenu.com's avatar
      Client-Server Protocol 4.1 changes - Client side: · 75959e6e
      venu@myvenu.com authored
        - Support of prepared execution
        - Support of Original Table and Column names
        - Support of direct transactional API
        - And lot of misc handling
      
        (Note that, the pull will not work, unless you have the Server side changes also which will be followed by this commit)
        
      75959e6e
  11. 19 Apr, 2002 1 commit
  12. 13 Apr, 2002 1 commit
  13. 02 Apr, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Cleanups · d80ebc17
      monty@hundin.mysql.fi authored
      Don't use DBUG library for struct st_my_thread_var to make code less complicated.
      d80ebc17
  14. 13 Feb, 2002 1 commit
  15. 06 Dec, 2001 1 commit
  16. 03 Nov, 2001 1 commit
  17. 12 Oct, 2001 1 commit
  18. 08 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Updated manual about embedded version. · 88aff4bf
      monty@hundin.mysql.fi authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      88aff4bf
  19. 04 Oct, 2001 1 commit
  20. 03 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Fixed some build problems. · 62c80141
      monty@hundin.mysql.fi authored
      Fix that compressed packets and normal packets looks indentical before calling net_real_write()
      (Needed for query cache)
      Optimize IS NULL handling
      62c80141
  21. 02 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Cleaned up SSL documentation · 880026cc
      monty@hundin.mysql.fi authored
      Fixes for embedded server
      Made key_cache more configurable
      Fixed that one can change key blocksize in MyISAM
      A lot of optimizations to make MyISAM slightly faster
      880026cc
  22. 30 Sep, 2001 1 commit
  23. 22 Sep, 2001 1 commit
  24. 19 Sep, 2001 1 commit
  25. 17 Sep, 2001 2 commits
  26. 01 Sep, 2001 1 commit
  27. 10 Aug, 2001 1 commit
    • tim@black.box's avatar
      Embedded mysql fixes. · a1a834a6
      tim@black.box authored
      There is now a mysql_server_init() function which needs to be
      called at the beginning of the program (and _end() for the end
      of the program).  This routine handles argument parsing for the
      embedded server.
      
      Use the embedded version of mysql_load_file() (ignore the LOCAL
      argument, since the client and server are the same program).
      
      There are now mysql_thread_init/end() functions for the client
      to use in a multi-threaded app.  They are just wrappers for
      my_thread_init/end().
      a1a834a6
  28. 10 Jul, 2001 1 commit
  29. 09 Jun, 2001 1 commit
  30. 03 Jun, 2001 1 commit
  31. 21 Apr, 2001 1 commit
  32. 06 Mar, 2001 1 commit
  33. 20 Jan, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      client/mysqltest.c · 634ba86a
      sasha@mysql.sashanet.com authored
          added send/reap/dirty_close
      include/mysql.h
          mysql_send_query()/mysql_reap_query()
      libmysql/libmysql.c
          mysql_send_query()/mysql_reap_query()
      mysys/my_vsnprintf.c
          fixed critical bug that codedumped when connection aborted
      sql/sql_parse.cc
          0
      mysql-test/r/dirty-close.result
          New BitKeeper file ``mysql-test/r/dirty-close.result''
      mysql-test/t/dirty-close.test
          New BitKeeper file ``mysql-test/t/dirty-close.test''
      634ba86a
  34. 12 Sep, 2000 1 commit
  35. 02 Sep, 2000 1 commit
  36. 31 Jul, 2000 1 commit