1. 22 Feb, 2005 1 commit
  2. 08 Feb, 2005 3 commits
  3. 03 Feb, 2005 1 commit
  4. 28 Jan, 2005 1 commit
  5. 27 Jan, 2005 2 commits
  6. 24 Jan, 2005 1 commit
  7. 21 Jan, 2005 3 commits
  8. 19 Jan, 2005 1 commit
    • 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
  9. 18 Jan, 2005 2 commits
  10. 12 Jan, 2005 1 commit
  11. 10 Jan, 2005 1 commit
  12. 08 Jan, 2005 2 commits
  13. 06 Jan, 2005 1 commit
    • monty@mysql.com's avatar
      First stage of table definition cache · d35140a8
      monty@mysql.com authored
      Split TABLE to TABLE and TABLE_SHARE (TABLE_SHARE is still allocated as part of table, will be fixed soon)
      Created Field::make_field() and made Field_num::make_field() to call this
      Added 'TABLE_SHARE->db' that points to database name; Changed all usage of table_cache_key as database name to use this instead
      Changed field->table_name to point to pointer to alias. This allows us to change alias for a table by just updating one pointer.
      Renamed TABLE_SHARE->real_name to table_name
      Renamed TABLE->table_name to alias
      Renamed TABLE_LIST->real_name to table_name
      d35140a8
  14. 30 Dec, 2004 1 commit
  15. 24 Dec, 2004 1 commit
  16. 23 Dec, 2004 2 commits
  17. 18 Dec, 2004 2 commits
  18. 16 Dec, 2004 2 commits
  19. 14 Dec, 2004 5 commits
  20. 12 Dec, 2004 1 commit
  21. 10 Dec, 2004 2 commits
  22. 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
  23. 07 Dec, 2004 1 commit
  24. 06 Dec, 2004 1 commit
  25. 02 Dec, 2004 1 commit