An error occurred fetching the project authors.
  1. 06 Apr, 2005 1 commit
  2. 05 Apr, 2005 1 commit
  3. 01 Apr, 2005 1 commit
  4. 31 Mar, 2005 2 commits
  5. 30 Mar, 2005 1 commit
  6. 23 Mar, 2005 1 commit
    • gbichot@quadita2.mysql.com's avatar
      "After Monty's review" changes to the fix for BUG#8325 "Deadlock in... · 19499229
      gbichot@quadita2.mysql.com authored
      "After Monty's review" changes to the fix for BUG#8325 "Deadlock in replication thread stops replication":
      s/sleep/safe_sleep (thread safe); sleep 0/1/2/3/4/5/5/5 (get slave less late);
      no message on error log (deadlock is too common sometimes), a global counter
      instead (SHOW STATUS LIKE 'slave_retried_transactions').
      Plus a fix for libmysql/Makefile.shared
      19499229
  7. 22 Mar, 2005 1 commit
    • mysqldev@mysql.com's avatar
      sql_acl.cc, sql_acl.h, sql_parse.cc · ad26a667
      mysqldev@mysql.com authored
        New privilege CREATE USER (CREATE_USER_ACL, Create_user_priv) added
      grant2.test:
        new tests (mostly backported from jani's patch)
      system_mysql_db.result, sp.result, grant2.result, grant.result:
        results updated
      ad26a667
  8. 21 Mar, 2005 1 commit
  9. 17 Mar, 2005 2 commits
  10. 15 Mar, 2005 2 commits
  11. 14 Mar, 2005 2 commits
  12. 07 Mar, 2005 1 commit
  13. 06 Mar, 2005 1 commit
  14. 05 Mar, 2005 1 commit
    • igor@linux.local's avatar
      logging_ok: · 6d7862ae
      igor@linux.local authored
        Logging to logging@openlogging.org accepted
      func_group.result, func_group.test:
        Added a test case for bug #8893.
      opt_sum.cc:
        A misplaced initialization for the returned parameter
        prefix_len in the function find_key_for_maxmin caused
        usage of a wrong key prefix by the min/max optimization
        in cases when the matching index was not the first index
        that contained the min/max field.
      6d7862ae
  15. 23 Feb, 2005 2 commits
    • reggie@mdk10.(none)'s avatar
      Changes to allow 5.0.3 to compile on Windows after XA was pushed · 2ffd3a3a
      reggie@mdk10.(none) authored
      logging_ok:
        Logging to logging@openlogging.org accepted
      mi_packrec.c:
        Using HAVE_SYS_MMAN_H to protect include of sys/mman.h and replaced calls to mmap and munmap with my_mmap and my_munmap
      mi_extra.c:
        Now using HAVE_SYS_MMAN_H to protect include of sys/mman.h
      my_mmap.c:
        Changed how no mmap message is printed for Windows
      sql_map.cc:
        Changed HAVE_MMAP to HAVE_SYS_MMAN_H and replaced calls to mmap and munmap with my_mmap and my_munmap
      2ffd3a3a
    • bell@52.0.168.192.in-addr.arpa's avatar
      Post review changes · 9d23922e
      bell@52.0.168.192.in-addr.arpa authored
      9d23922e
  16. 15 Feb, 2005 1 commit
    • dean@mysql.com's avatar
      ft_nlq_search.c: · c962d060
      dean@mysql.com authored
        Added bounds check to avoid accessing unallocated FT_DOC array.  (BUG #8522)
      c962d060
  17. 14 Feb, 2005 1 commit
    • svoj@mysql.com's avatar
      Bug#8351 · 643b6028
      svoj@mysql.com authored
      Fix for crash when using a double quote in boolean fulltext query.
      643b6028
  18. 09 Feb, 2005 1 commit
  19. 04 Feb, 2005 2 commits
  20. 31 Jan, 2005 1 commit
  21. 29 Jan, 2005 1 commit
  22. 28 Jan, 2005 1 commit
  23. 21 Jan, 2005 1 commit
    • patg@pc248.lfp.kcls.org's avatar
      -Added quote_data and needs_quotes (moved from federated handler. · 1da60b9f
      patg@pc248.lfp.kcls.org authored
      -New tests and results
      
      logging_ok:
        Logging to logging@openlogging.org accepted
      ha_federated.h:
        removed quote_data and type_quote (now in the Field class)
      ha_federated.cc:
        moved quote_data and type_quote to field class
      field.h:
        new methods quote_data and needs_quotes declared
      field.cc:
        new field class methods quote_data and needs_quotes (per Monty's request)
      federated.test:
        more tests, joins, index tests
      have_federated_db.require:
        new name of federated system var
      federated.result:
        new test results for federated handler
      have_federated_db.inc:
        changed name of variable in test due to change in vars
      sql_analyse.cc:
        over-ridden append_escaped to take (String *, char *, uint) per requirements of 'create_where_from_key' method in federated handler.
      mysql_priv.h:
        define over-ridden append_escaped to take arguments from 'create_where_from_key' method in federated handler 
      ha_federated.cc:
        implemented "create_where_from_key" to deal properly with two-byte prefix and multi keys. Initial testing shows it works, but I still need to move quoting to field class and also look at changes per Segei's suggestions.
      1da60b9f
  24. 17 Jan, 2005 1 commit
  25. 16 Jan, 2005 1 commit
  26. 14 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. 07 Jan, 2005 1 commit
  29. 05 Jan, 2005 1 commit
  30. 02 Jan, 2005 1 commit
  31. 30 Dec, 2004 2 commits
  32. 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
  33. 22 Dec, 2004 1 commit