An error occurred fetching the project authors.
  1. 14 Jan, 2005 1 commit
  2. 12 Jan, 2005 2 commits
  3. 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
  4. 06 Jan, 2005 1 commit
  5. 05 Jan, 2005 1 commit
  6. 30 Dec, 2004 1 commit
  7. 29 Dec, 2004 1 commit
  8. 24 Dec, 2004 2 commits
    • ram@gw.mysql.r18.ru's avatar
    • 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
  9. 23 Dec, 2004 4 commits
    • ingo@mysql.com's avatar
      WL#2126 - Multi_read_range. · 60e35755
      ingo@mysql.com authored
      Added the required structures and functions for
      handing over multiple key ranges to the table handler.
      60e35755
    • ingo@mysql.com's avatar
      WL#1895 - Print message to error log in case of detected MyISAM corruption · c39be2d0
      ingo@mysql.com authored
      Changed my_error() to print error messages, which come from
      arbitrary registered ranges of error messages. Messages can
      be unregistered (and should be at end of the program).
      Added registration of handler error messages.
      Added a new mi_print_error() macro and a new 
      mi_report_error() function, which supply error
      messages with a table name.
      Added calls to mi_print_error() or mi_report_error()
      at all places in MyISAM, where table corruption is detected.
      c39be2d0
    • wax@kishkin.ru's avatar
      fix indentation · 4788b152
      wax@kishkin.ru authored
      add space after comma
      add space after equal
      add comments in vio_close_shared_memory()
      4788b152
    • acurtis@pcgem.rdg.cyberkinetica.com's avatar
      WL#925 - Privileges for stored routines · b1e30904
      acurtis@pcgem.rdg.cyberkinetica.com authored
        Implement fine-grained control over access to stored procedures
        Privileges are cached (same way as existing table/column privs)
        
      b1e30904
  10. 22 Dec, 2004 1 commit
  11. 20 Dec, 2004 1 commit
    • tomas@poseidon.ndb.mysql.com's avatar
      added config parameter Group on connection · 7b47be89
      tomas@poseidon.ndb.mysql.com authored
          moved NdbWaiter, m_ndb_cluster_connection, to impl class
          moved node selection things to cluster connection
          moved all private things to impl class
          added opts for shared memory and node selection
          changed opts handling somewhat; introduced enum for options and common handling of option variables
          added checks for transporter support
          automatic addition of shared mem transporters
          moved wait_until_ready code to cluster connection
          added control of usage of new node selection method
      7b47be89
  12. 18 Dec, 2004 1 commit
  13. 14 Dec, 2004 2 commits
  14. 13 Dec, 2004 1 commit
  15. 11 Dec, 2004 1 commit
  16. 09 Dec, 2004 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      Fix for bug #6765 "Implicit access to time zone description · 4b0882e0
      dlenev@brandersnatch.localdomain authored
      tables requires privileges for them if some table or column level grants
      present" (with after-review fixes).
      
      We should set SELECT_ACL for implicitly opened tables in 
      my_tz_check_n_skip_implicit_tables() to be able to bypass privilege
      checking in check_grant(). Also we should exclude those tables from
      privilege checking in multi-update.
      4b0882e0
  17. 07 Dec, 2004 1 commit
  18. 06 Dec, 2004 1 commit
  19. 02 Dec, 2004 1 commit
  20. 30 Nov, 2004 6 commits
  21. 29 Nov, 2004 2 commits
  22. 27 Nov, 2004 1 commit
  23. 25 Nov, 2004 1 commit
  24. 23 Nov, 2004 1 commit
  25. 18 Nov, 2004 2 commits
  26. 17 Nov, 2004 2 commits