An error occurred fetching the project authors.
  1. 07 Mar, 2005 1 commit
  2. 06 Mar, 2005 1 commit
  3. 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
  4. 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
  5. 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
  6. 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
  7. 09 Feb, 2005 1 commit
  8. 04 Feb, 2005 2 commits
  9. 31 Jan, 2005 1 commit
  10. 29 Jan, 2005 1 commit
  11. 28 Jan, 2005 1 commit
  12. 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
  13. 17 Jan, 2005 1 commit
  14. 16 Jan, 2005 1 commit
  15. 14 Jan, 2005 1 commit
  16. 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
  17. 07 Jan, 2005 1 commit
  18. 05 Jan, 2005 1 commit
  19. 02 Jan, 2005 1 commit
  20. 30 Dec, 2004 2 commits
  21. 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
  22. 22 Dec, 2004 1 commit
  23. 21 Dec, 2004 1 commit
  24. 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
  25. 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
  26. 15 Dec, 2004 1 commit
  27. 14 Dec, 2004 1 commit
  28. 13 Dec, 2004 1 commit
  29. 08 Dec, 2004 1 commit
  30. 06 Dec, 2004 1 commit
  31. 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
  32. 01 Dec, 2004 1 commit
  33. 19 Nov, 2004 1 commit
  34. 18 Nov, 2004 1 commit
  35. 12 Nov, 2004 1 commit