An error occurred fetching the project authors.
  1. 18 Mar, 2003 1 commit
    • lenz@mysql.com's avatar
      - renamed "rnd" to "my_rnd" as the name was too generic (and is an exported · 04071da3
      lenz@mysql.com authored
         symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch)
       - cleanup: removed client/password.c (not used at all) and
         libmysql/password.c (should rather be a symlink to sql/password.c instead)
       - applied HPUX11 portability fix for char_val declaration to sql/password.c
         (taken from libmysql/password.c)
      04071da3
  2. 01 Oct, 2002 1 commit
  3. 23 Jul, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New SET syntax & system variables. · dddc20d9
      monty@mashka.mysql.fi authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      dddc20d9
  4. 22 Jul, 2002 1 commit
  5. 15 Jan, 2002 1 commit
  6. 17 Dec, 2001 1 commit
  7. 29 Oct, 2001 1 commit
  8. 11 Oct, 2001 1 commit
  9. 09 Oct, 2001 1 commit
  10. 08 Oct, 2001 3 commits
  11. 04 Oct, 2001 1 commit
  12. 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
  13. 18 Sep, 2001 2 commits
  14. 21 Aug, 2001 1 commit
  15. 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
  16. 06 Aug, 2001 1 commit
  17. 15 Jun, 2001 1 commit
  18. 04 Jun, 2001 1 commit
  19. 24 Apr, 2001 1 commit
  20. 11 Apr, 2001 1 commit