An error occurred fetching the project authors.
  1. 16 Aug, 2004 1 commit
  2. 11 Aug, 2004 1 commit
  3. 24 Jun, 2004 1 commit
    • ingo@mysql.com's avatar
      bug#2686 - index_merge select on BerkeleyDB table with varchar PK causes mysqld to crash. · fa86cada
      ingo@mysql.com authored
      Added put_length() to get_length() and unpack_key() to pack_key().
      Keys were packed with the minimum size of the length field for the key part and 
      unpacked with length size of the base column. 
      For the purpose of optimal key packing we have the method pack_key(), while rows are 
      packed with pack(). Now keys are unpacked with unpack_key() and no longer with 
      unpack() which is used for rows.
      fa86cada
  4. 07 Jun, 2004 1 commit
  5. 28 Apr, 2004 1 commit
    • monty@mysql.com's avatar
      Fixed http address in some scripts (Bug #3460) · f10d098f
      monty@mysql.com authored
      Output TIMESTAMP in 4.1 format for 4.1 tables (or for TIMESTAMP(19)) (portability fix)
      Fixed that INTERVAL can handle big integers. (Bug #3498)
      Fixed that hostname="" works identical as hostname="%" for table/column grants (Bug #3473)
      f10d098f
  6. 30 Jan, 2004 2 commits
    • dlenev@mysql.com's avatar
      Fix for bug #2523 '"func_time" test fails on QNX'. · 4578f222
      dlenev@mysql.com authored
      Moved all range checks for TIMESTAMP value to my_gmt_sec().
      Also fixed check of upper boundary of TIMESTAMP range (which 
      also now will catch datetime values which are too small for
      TIMESTAMP in case if time_t is unsigned).  
      4578f222
    • dlenev@mysql.com's avatar
      Fix for bugs #1885, #2464, #2539. Proper handling of default · e3816cb4
      dlenev@mysql.com authored
      values for TIMESTAMP columns. The solution is not perfect since
      we just silently ignoring default value for first TIMESTAMP 
      column and properly reflecting this fact in SHOW CREATE TABLE.
      We can't give a warning or simply support standard syntax 
      (niladic functions as legal value for default) for first field 
      since it is 4.0 tree.
      e3816cb4
  7. 17 Dec, 2003 2 commits
  8. 16 Dec, 2003 1 commit
  9. 13 Dec, 2003 2 commits
  10. 10 Dec, 2003 1 commit
  11. 04 Dec, 2003 1 commit
  12. 02 Dec, 2003 1 commit
  13. 18 Nov, 2003 1 commit
  14. 22 Aug, 2003 1 commit
  15. 20 Aug, 2003 1 commit
  16. 12 Aug, 2003 1 commit
  17. 27 May, 2003 1 commit
  18. 27 Apr, 2003 1 commit
  19. 23 Apr, 2003 1 commit
  20. 12 Mar, 2003 1 commit
  21. 06 Mar, 2003 1 commit
  22. 05 Mar, 2003 1 commit
  23. 11 Dec, 2002 1 commit
  24. 05 Dec, 2002 1 commit
  25. 07 Nov, 2002 2 commits
  26. 06 Nov, 2002 1 commit
  27. 30 Oct, 2002 1 commit
  28. 13 Oct, 2002 1 commit
  29. 30 Jul, 2002 1 commit
  30. 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
  31. 28 Jun, 2002 2 commits
  32. 24 Jun, 2002 1 commit
  33. 11 Jun, 2002 1 commit
  34. 05 Jun, 2002 1 commit
  35. 02 May, 2002 1 commit