An error occurred fetching the project authors.
  1. 30 Jan, 2003 1 commit
  2. 25 Jan, 2003 1 commit
  3. 21 Jan, 2003 1 commit
  4. 16 Jan, 2003 1 commit
  5. 14 Jan, 2003 1 commit
  6. 27 Dec, 2002 1 commit
  7. 25 Dec, 2002 1 commit
  8. 20 Dec, 2002 1 commit
  9. 14 Dec, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes for binary protocol (complement to last push) · d49167ba
      monty@mashka.mysql.fi authored
      Changed timestamp to return string in YYYY-MM-DD HH:MM:SS format.
      DATE_ADD() and related functions now returns correct DATE/DATETIME type depending on argument types.
      Now all tests passes, still some work left to remove warnings in log files from mysql-test-run
      d49167ba
  10. 11 Dec, 2002 1 commit
  11. 04 Dec, 2002 1 commit
  12. 03 Dec, 2002 1 commit
  13. 28 Nov, 2002 2 commits
  14. 27 Nov, 2002 1 commit
  15. 24 Nov, 2002 1 commit
  16. 21 Nov, 2002 2 commits
  17. 15 Nov, 2002 1 commit
  18. 13 Nov, 2002 1 commit
  19. 07 Nov, 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. 01 Oct, 2002 1 commit
  22. 08 Aug, 2002 2 commits
    • monty@hundin.mysql.fi's avatar
      Added nety_retry_count as a changeable variable · 8832927d
      monty@hundin.mysql.fi authored
      Make safe_mysqld a symlink to mysqld_safe in binary distribution
      Fixed problem with CTRL-C when using mysqld --bootstrap
      8832927d
    • monty@mashka.mysql.fi's avatar
      Lots of code fixes to the replication code (especially the binary logging and... · 2c4fa340
      monty@mashka.mysql.fi authored
      Lots of code fixes to the replication code (especially the binary logging and index log file handling)
      Fixed bugs in my last changeset that made MySQL hard to compile.
      Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
      Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
      Extended my_chsize() to allow one to specify a filler character.
      Extend vio_blocking to return the old state (This made some usage of this function much simpler)
      Added testing for some functions that they caller have got the required mutexes before calling the function.
      Use setrlimit() to ensure that we can write core file if one specifies --core-file.
      Added --slave-compressed-protocol
      Made 2 the minimum length for ft_min_word_len
      Added variables foreign_key_checks & unique_checks.
      Less logging from replication code (if not started with --log-warnings)
      Changed that SHOW INNODB STATUS requre the SUPER privilege
      More DBUG statements and a lot of new code comments
      2c4fa340
  23. 07 Aug, 2002 1 commit
  24. 06 Aug, 2002 1 commit
  25. 24 Jul, 2002 1 commit
  26. 20 Jul, 2002 1 commit
  27. 17 Jul, 2002 1 commit
  28. 01 Jul, 2002 1 commit
  29. 30 Jun, 2002 1 commit
  30. 29 Jun, 2002 1 commit
  31. 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
  32. 11 Jun, 2002 1 commit
  33. 02 Apr, 2002 1 commit
  34. 22 Mar, 2002 1 commit
  35. 01 Mar, 2002 1 commit
  36. 22 Feb, 2002 1 commit
  37. 30 Jan, 2002 1 commit