An error occurred fetching the project authors.
  1. 13 May, 2003 1 commit
  2. 02 May, 2003 1 commit
  3. 27 Apr, 2003 1 commit
  4. 23 Apr, 2003 1 commit
  5. 03 Apr, 2003 1 commit
  6. 14 Mar, 2003 1 commit
  7. 03 Mar, 2003 1 commit
  8. 22 Feb, 2003 1 commit
  9. 17 Feb, 2003 1 commit
  10. 29 Jan, 2003 1 commit
  11. 28 Jan, 2003 2 commits
    • serg@serg.mysql.com's avatar
      4fb32440
    • monty@mashka.mysql.fi's avatar
      Fixes for Netware · 689578a0
      monty@mashka.mysql.fi authored
      Call pthread_mutex_destroy() on not used mutex.
      Changed comments in .h and .c files from // -> /* */
      Added detection of mutex on which one didn't call pthread_mutex_destroy()
      Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
      Added optimisation for ORDER BY NULL
      689578a0
  12. 23 Jan, 2003 1 commit
  13. 26 Dec, 2002 1 commit
  14. 04 Dec, 2002 2 commits
  15. 19 Nov, 2002 1 commit
  16. 08 Nov, 2002 1 commit
  17. 07 Nov, 2002 1 commit
  18. 29 Oct, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Added back old LARGEFILE handling · 1e053832
      monty@hundin.mysql.fi authored
      Fixed reference to freed memory in acl_init()/grant_init()
      Fixed possible memory leak. (Could only happen in very strange circumstances)
      Fixed bug in ALTER TABLE with BDB tables
      Updated mysql-test for valgrind
      1e053832
  19. 23 Oct, 2002 1 commit
  20. 21 Sep, 2002 1 commit
  21. 20 Sep, 2002 1 commit
  22. 19 Sep, 2002 1 commit
  23. 16 Sep, 2002 2 commits
  24. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9
  25. 10 Sep, 2002 1 commit
  26. 03 Sep, 2002 3 commits
  27. 01 Sep, 2002 1 commit
  28. 28 Aug, 2002 1 commit
  29. 08 Aug, 2002 1 commit
    • 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
  30. 05 Aug, 2002 1 commit
  31. 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
  32. 09 Jul, 2002 1 commit
  33. 11 Jun, 2002 1 commit
  34. 03 Jun, 2002 1 commit
  35. 16 May, 2002 1 commit