An error occurred fetching the project authors.
  1. 21 Mar, 2005 1 commit
  2. 09 Mar, 2005 1 commit
  3. 08 Mar, 2005 1 commit
  4. 07 Mar, 2005 1 commit
  5. 03 Mar, 2005 2 commits
  6. 02 Mar, 2005 1 commit
  7. 01 Mar, 2005 1 commit
  8. 28 Feb, 2005 1 commit
  9. 22 Feb, 2005 1 commit
  10. 21 Feb, 2005 1 commit
  11. 18 Feb, 2005 1 commit
  12. 16 Feb, 2005 1 commit
  13. 08 Feb, 2005 1 commit
  14. 02 Feb, 2005 1 commit
    • serg@serg.mylan's avatar
      configure.in · 33fc4b10
      serg@serg.mylan authored
          don't define UNIV_DEBUG in CFLAGS/CXXFLAGS anymore
      sql/mysqld.cc
          hide from the user options that do nothing
      sql/sql_update.cc
          better fix for uninitialized used_index
      33fc4b10
  15. 25 Jan, 2005 3 commits
  16. 24 Jan, 2005 1 commit
  17. 21 Jan, 2005 1 commit
  18. 19 Jan, 2005 2 commits
    • jimw@mysql.com's avatar
      Warn when mysqld starts up with lower_case_table_names=2 but datadir is · 3bdfe448
      jimw@mysql.com authored
      on a case-sensitive filesystem. (Bug #7887)
      3bdfe448
    • timour@mysql.com's avatar
      Final patch for BUG#4285. · 7fb0de20
      timour@mysql.com authored
      This patch collects all previous patches into one.
      
      The main problem was due to that there is are two variables -
      dflt_key_cache and sql_key_cache with have more or less duplicate
      function. The reson for the bug was that the default value in the key
      cache hash was set to dflt_key_cache, then sql_key_cache was set to a
      new key cache object, and then dflt_key_cache was set to sql_key_cache
      which was different from the dflt_key_cache_var. After sending SIGHUP,
      the server was using the original default value for the key cache hash,
      which was different from the actual key cache object used for the
      default key cache.
      7fb0de20
  19. 12 Jan, 2005 1 commit
  20. 06 Jan, 2005 1 commit
  21. 24 Dec, 2004 1 commit
  22. 23 Dec, 2004 1 commit
    • 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
  23. 22 Dec, 2004 1 commit
  24. 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
  25. 14 Dec, 2004 1 commit
    • wax@kishkin.ru's avatar
      BUG#6056 · 0c8a78cc
      wax@kishkin.ru authored
      (continue)
      added event_conn_closed
      replaced WaitForSingleObject on WaitForMultipleObjects
      inserted a check in vio_close()
      added SetEvent() for event_conn_closed
      0c8a78cc
  26. 13 Dec, 2004 1 commit
  27. 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
  28. 07 Dec, 2004 1 commit
  29. 02 Dec, 2004 1 commit
  30. 30 Nov, 2004 6 commits
  31. 29 Nov, 2004 1 commit