An error occurred fetching the project authors.
  1. 05 Jan, 2005 1 commit
  2. 30 Dec, 2004 2 commits
  3. 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
  4. 22 Dec, 2004 1 commit
  5. 21 Dec, 2004 1 commit
  6. 20 Dec, 2004 1 commit
    • marty@shark.'s avatar
      logging_ok: · 2cf2f2bd
      marty@shark. authored
        Logging to logging@openlogging.org accepted
      compile-amd64-max, compile-amd64-debug-max:
        new file
      2cf2f2bd
  7. 18 Dec, 2004 2 commits
    • paul@frost.snake.net's avatar
      fill_help_tables.sh: · adfb20f6
      paul@frost.snake.net authored
        Convert @samp{c} to 'c', not c.
      adfb20f6
    • matt@booty.(none)'s avatar
      my-innodb-heavy-4G.cnf.sh: · 35942c09
      matt@booty.(none) authored
        I fixed the typos in the transaction-isolation comments.
        I fixed the spelling mistakes in the comment.  It had tripped up a support 
        customer as they couldn't start the server with transaction-isolation=
        read-commited
      35942c09
  8. 15 Dec, 2004 1 commit
  9. 14 Dec, 2004 1 commit
  10. 13 Dec, 2004 1 commit
  11. 08 Dec, 2004 1 commit
  12. 06 Dec, 2004 1 commit
  13. 02 Dec, 2004 2 commits
    • jimw@mysql.com's avatar
      Prevent adding 'CREATE TABLE .. SELECT' query to the binary log when the · 13649d90
      jimw@mysql.com authored
      insertion of new records partially failed. It would get logged because of the
      logic to log a partially-failed 'INSERT ... SELECT' (which can't be rolled back
      in non-transactional tables), but 'CREATE TABLE ... SELECT' is always rolled
      back on failure, even for non-transactional tables. (Bug #6682)
      (Original fix reimplemented after review by Serg and Guilhem.)
      13649d90
    • mwagner@mysql.com's avatar
      configure.in: · d6efb4bb
      mwagner@mysql.com authored
        Incremented for next version
      d6efb4bb
  14. 01 Dec, 2004 1 commit
  15. 19 Nov, 2004 1 commit
  16. 18 Nov, 2004 1 commit
  17. 12 Nov, 2004 1 commit
  18. 05 Nov, 2004 1 commit
  19. 03 Nov, 2004 2 commits
  20. 21 Oct, 2004 1 commit
    • paul@kite-hub.kitebird.com's avatar
      texi2html: · b4773b59
      paul@kite-hub.kitebird.com authored
        Update texi2html with version from mysqldoc repository.
        (Please merge this forward to 4.0, 4.1, 5.0.)
      b4773b59
  21. 16 Oct, 2004 1 commit
  22. 11 Oct, 2004 1 commit
  23. 08 Oct, 2004 1 commit
  24. 07 Oct, 2004 2 commits
  25. 03 Oct, 2004 1 commit
  26. 01 Oct, 2004 1 commit
    • dellis@goetia.(none)'s avatar
      logging_ok: · 8a12b5ad
      dellis@goetia.(none) authored
        Logging to logging@openlogging.org accepted
      sql_acl.cc, grant.test, grant.result:
        BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
      8a12b5ad
  27. 26 Sep, 2004 2 commits
  28. 25 Sep, 2004 1 commit
  29. 24 Sep, 2004 1 commit
    • bar@noter.intranet.mysql.r18.ru's avatar
      logging_ok: · b5b78019
      bar@noter.intranet.mysql.r18.ru authored
        Logging to logging@openlogging.org accepted
      sql_show.cc, type_enum.test, type_enum.result:
        Bug #5628 German characters in field-defs will be '?' with some table definitions
      b5b78019
  30. 20 Sep, 2004 1 commit
  31. 17 Sep, 2004 1 commit
  32. 15 Sep, 2004 1 commit
    • mikael@mc04.(none)'s avatar
      logging_ok: · 72017f8d
      mikael@mc04.(none) authored
        Logging to logging@openlogging.org accepted
      SCI_Transporter.hpp, SCI_Transporter.cpp:
        Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
      TransporterRegistry.cpp:
        Some fixes for wrap around needed plus DBUG handling
      TCP_Transporter.hpp, TCP_Transporter.cpp:
        Added DBUG statements
      SHM_Transporter.hpp, SHM_Transporter.cpp:
        Fixed SHM Transporter
      SHM_Buffer.hpp:
        Fixed SHM Buffer to handle wrap around properly
      IPCConfig.cpp:
        Fixed up config of SCI
      SocketServer.cpp:
        Added DBUG support for SocketServer threads
      ConfigInfo.cpp:
        Config changes for SCI
      TransporterDefinitions.hpp, mgmapi_config_parameters.h:
        SCI fixes
      Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am:
        Added SCI library path to Makefiles
      configure.in:
        Fixed small bug with shared mem and sci together in configure
      acinclude.m4:
        Added possibility of providing SCI library path in confgure
      72017f8d
  33. 14 Sep, 2004 1 commit
  34. 10 Sep, 2004 1 commit