An error occurred fetching the project authors.
  1. 26 Jan, 2003 1 commit
  2. 24 Jan, 2003 1 commit
  3. 22 Jan, 2003 1 commit
  4. 21 Jan, 2003 1 commit
  5. 18 Jan, 2003 2 commits
  6. 16 Jan, 2003 1 commit
  7. 10 Jan, 2003 1 commit
  8. 08 Jan, 2003 1 commit
  9. 04 Jan, 2003 2 commits
  10. 03 Jan, 2003 1 commit
  11. 17 Dec, 2002 1 commit
  12. 16 Dec, 2002 1 commit
  13. 29 Nov, 2002 1 commit
    • bar@bar.mysql.r18.ru's avatar
      mysql.h: · 24cf562e
      bar@bar.mysql.r18.ru authored
        renamed arg name to avoid a warning that it shadows global variable
      24cf562e
  14. 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
  15. 24 Nov, 2002 1 commit
  16. 22 Nov, 2002 1 commit
  17. 14 Nov, 2002 1 commit
  18. 08 Oct, 2002 1 commit
  19. 03 Oct, 2002 1 commit
  20. 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
  21. 23 Aug, 2002 1 commit
  22. 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
  23. 17 Jun, 2002 2 commits
  24. 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
  25. 19 Apr, 2002 1 commit
  26. 13 Apr, 2002 1 commit
  27. 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
  28. 13 Feb, 2002 1 commit
  29. 06 Dec, 2001 1 commit
  30. 03 Nov, 2001 1 commit
  31. 12 Oct, 2001 1 commit
  32. 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
  33. 04 Oct, 2001 1 commit
  34. 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
  35. 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
  36. 30 Sep, 2001 1 commit
  37. 22 Sep, 2001 1 commit