An error occurred fetching the project authors.
  1. 16 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Small improvement to alloc_root · 1a96948e
      monty@mashka.mysql.fi authored
      Add support for LIMIT # OFFSET #
      Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
      Don't call query_cache_invalidate() twice in some cases
      mysql_change_user() now clears states to be equal to close + connect.
      Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
      Fixed a bug with replicate-do and UPDATE
      1a96948e
  2. 05 Nov, 2002 1 commit
    • gluh@gluh.(none)'s avatar
      Error code for ssl connection · 7bf903ea
      gluh@gluh.(none) authored
      Fix bug when server hang(with SSL, with modified libmysql)
      Add options master-ssl-capath and master-ssl-cipher
      Add some error checking(SSL) 
      7bf903ea
  3. 24 Oct, 2002 1 commit
  4. 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
  5. 03 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Some trivial optimzations · a01a0840
      monty@mashka.mysql.fi authored
      Check if AND/OR expression can be NULL; Fixed bug in GROUP BY and-or-expression where expression could be NULL
      Bug fix for SHOW OPEN TABLES when user didn't have privilege to access all open tables.
      Better fix for ALTER TABLE on BDB tables.
      a01a0840
  6. 25 Aug, 2002 1 commit
  7. 24 Aug, 2002 1 commit
  8. 21 Aug, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Use our version of RWLOCKS on UNIXWARE 7 · 03b0179a
      monty@hundin.mysql.fi authored
      More DBUG info for replication
      Better error messages from replication
      Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
      Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
      Removed warning when setting an AUTO_INCREMENT field to NULL
      03b0179a
  9. 18 Aug, 2002 1 commit
  10. 09 Aug, 2002 1 commit
  11. 08 Aug, 2002 1 commit
  12. 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
  13. 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
  14. 11 Jun, 2002 1 commit
  15. 31 May, 2002 1 commit
  16. 16 May, 2002 1 commit
  17. 15 May, 2002 1 commit
  18. 29 Apr, 2002 1 commit
  19. 22 Apr, 2002 1 commit
  20. 18 Apr, 2002 1 commit
  21. 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
  22. 26 Mar, 2002 1 commit
  23. 06 Mar, 2002 2 commits
  24. 05 Mar, 2002 1 commit
  25. 28 Feb, 2002 1 commit
  26. 13 Feb, 2002 2 commits
  27. 21 Dec, 2001 1 commit
  28. 19 Dec, 2001 1 commit
  29. 10 Dec, 2001 1 commit
  30. 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
  31. 06 Dec, 2001 1 commit
  32. 06 Nov, 2001 1 commit
  33. 03 Nov, 2001 1 commit
  34. 24 Oct, 2001 1 commit
  35. 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
  36. 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
  37. 17 Oct, 2001 1 commit
  38. 13 Oct, 2001 1 commit