An error occurred fetching the project authors.
  1. 24 Jun, 2005 1 commit
  2. 21 Jun, 2005 1 commit
  3. 20 Jun, 2005 1 commit
  4. 07 Jun, 2005 4 commits
  5. 06 Jun, 2005 2 commits
  6. 03 Jun, 2005 1 commit
    • monty@mysql.com's avatar
      Move USE_PRAGMA_IMPLEMENTATION to proper place · 29fd1f2f
      monty@mysql.com authored
      Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
      Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
      Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
      29fd1f2f
  7. 27 May, 2005 1 commit
  8. 14 May, 2005 1 commit
  9. 07 May, 2005 2 commits
  10. 06 May, 2005 1 commit
  11. 26 Apr, 2005 1 commit
  12. 14 Apr, 2005 1 commit
  13. 12 Apr, 2005 1 commit
  14. 04 Apr, 2005 1 commit
  15. 30 Mar, 2005 1 commit
  16. 16 Mar, 2005 3 commits
  17. 11 Mar, 2005 1 commit
  18. 02 Mar, 2005 1 commit
  19. 24 Feb, 2005 1 commit
  20. 23 Feb, 2005 1 commit
  21. 21 Feb, 2005 1 commit
  22. 17 Feb, 2005 1 commit
  23. 16 Feb, 2005 1 commit
  24. 01 Feb, 2005 1 commit
  25. 27 Jan, 2005 1 commit
  26. 15 Jan, 2005 1 commit
  27. 12 Jan, 2005 1 commit
    • vtkachenko@mail.mysql.com's avatar
      logging_ok: · 9f640bba
      vtkachenko@mail.mysql.com authored
        Logging to logging@openlogging.org accepted
      innodb.result, innodb.test, set_var.cc, mysqld.cc:
        change variable innodb_free_tickets_to_enter to innodb_concurrency_tickets
      9f640bba
  28. 08 Jan, 2005 1 commit
    • vtkachenko@intelp4d.mysql.com's avatar
      Many files: · ad7dad8d
      vtkachenko@intelp4d.mysql.com authored
        - Create innodb_thread_concurrency as dynamic variable
        - Add innodb_thread_sleep_delay variable
        - Add innodb_free_tickets_to_enter variable
      ad7dad8d
  29. 05 Jan, 2005 1 commit
  30. 24 Dec, 2004 1 commit
    • vtkachenko@intelp4d.mysql.com's avatar
      logging_ok: · 78846b29
      vtkachenko@intelp4d.mysql.com authored
        Logging to logging@openlogging.org accepted
      sql_yacc.yy, sql_parse.cc, sql_lex.h, lex.h:
        Implements the SHOW MUTEX STATUS command
      set_var.cc, mysqld.cc, mysql_priv.h:
        Added new GLOBAL variable timed_mutexes
      ha_innodb.h:
        New function innodb_mutex_show_status
      ha_innodb.cc:
        Added new innodb variables in SHOW STATUS
        Implements the SHOW MUTEX STATUS command
      innodb.test, innodb.result:
        Added new row_lock_waits status variables tests.
      variables.test, variables.result:
        test new variable timed_mutexes
      ut0ut.c:
        New function ut_usectime.
      sync0sync.c:
        Mutex counting.
      sync0rw.c:
        New mutex parameters initialization.
      srv0srv.c:
        Counting row lock waits
      row0sel.c, row0mysql.c:
        Setting row_lock or table_lock state to thd.
      que0que.c:
        Added default no_lock_state to thd.
      univ.i:
        Added UNIV_SRV_PRINT_LATCH_WAITS debug define
      sync0sync.ic:
        Count mutex using.
      sync0sync.h:
        Added new parameters to mutex structure for counting.
      sync0rw.h:
        Added new parameters to rw_create_func.
      srv0srv.h:
        Added new innodb varuables to SHOW STATUS.
      que0que.h:
        Added thread lock states.
      78846b29
  31. 18 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add 0x before pointers (to help with debugging) · 3fb088a0
      monty@mysql.com authored
      Add support for VARCHAR with 1 or 2 length bytes
      Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly)
      Give error if we got problems in temporary tables during a SELECT
      Don't use new table generated by ALTER TABLE if index generation fails
      Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
      3fb088a0
  32. 10 Dec, 2004 1 commit
  33. 06 Dec, 2004 1 commit