An error occurred fetching the project authors.
  1. 18 Aug, 2002 1 commit
  2. 09 Aug, 2002 1 commit
  3. 08 Aug, 2002 1 commit
  4. 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
  5. 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
  6. 11 Jun, 2002 1 commit
  7. 31 May, 2002 1 commit
  8. 16 May, 2002 1 commit
  9. 15 May, 2002 1 commit
  10. 29 Apr, 2002 1 commit
  11. 22 Apr, 2002 1 commit
  12. 18 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. 26 Mar, 2002 1 commit
  15. 06 Mar, 2002 2 commits
  16. 05 Mar, 2002 1 commit
  17. 28 Feb, 2002 1 commit
  18. 13 Feb, 2002 2 commits
  19. 21 Dec, 2001 1 commit
  20. 19 Dec, 2001 1 commit
  21. 10 Dec, 2001 1 commit
  22. 09 Dec, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Removed compiler warnings. · 6b02f13c
      monty@hundin.mysql.fi authored
      Added new operators to be used with gcc 3.0.x
      Update of query cache code.
      Added semaphores for Windows (not yet in use)
      Added pthread_mutex_trylock for windows.
      6b02f13c
  23. 06 Dec, 2001 1 commit
  24. 06 Nov, 2001 1 commit
  25. 03 Nov, 2001 1 commit
  26. 24 Oct, 2001 1 commit
  27. 23 Oct, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      cleanup · be4dfd21
      sasha@mysql.sashanet.com authored
      removal of duplicate code in mf_iocache.cc 
      work on failsafe replication
      work on SEQ_READ_APPEND io cache
      be4dfd21
  28. 19 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Don't use signal() on windows. · 6ee6fbf7
      monty@hundin.mysql.fi authored
      Added missing InnoDB variables to SHOW VARIABLES.
      Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values.
      Fixed bug when doing 'LEFT JOIN ...  ON (column_name = constant) WHERE column_name = constant'
      6ee6fbf7
  29. 17 Oct, 2001 1 commit
  30. 13 Oct, 2001 1 commit
  31. 09 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. 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
  34. 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
  35. 30 Sep, 2001 1 commit
  36. 22 Sep, 2001 1 commit
  37. 19 Sep, 2001 1 commit
  38. 17 Sep, 2001 1 commit