An error occurred fetching the project authors.
  1. 10 Aug, 2005 1 commit
  2. 23 Jun, 2005 1 commit
  3. 01 Apr, 2005 1 commit
  4. 11 Feb, 2005 1 commit
  5. 24 Jan, 2005 1 commit
  6. 18 Jan, 2005 1 commit
  7. 16 Dec, 2004 1 commit
  8. 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
  9. 27 Oct, 2004 1 commit
  10. 25 Oct, 2004 1 commit
  11. 22 Oct, 2004 1 commit
  12. 21 Oct, 2004 1 commit
  13. 05 Oct, 2004 1 commit
  14. 01 Oct, 2004 1 commit
  15. 16 Sep, 2004 1 commit
  16. 10 Sep, 2004 1 commit
  17. 23 Jun, 2004 1 commit
    • serg@serg.mylan's avatar
      handler interface cleanups: · 3f1c4ba7
      serg@serg.mylan authored
        more logical table/index_flags
        return  HA_ERR_WRONG_COMMAND instead of abstract methods where appropriate
        max_keys and other limits renamed to max_supported_keys/etc
        max_keys/etc are now wrappers to max_supported_keys/etc 
        ha_index_init/ha_rnd_init/ha_index_end/ha_rnd_end are now wrappers to real {index,rnd}_{init,end} to enforce strict pairing
      3f1c4ba7
  18. 18 Jun, 2004 1 commit
    • dlenev@brandersnatch.localdomain's avatar
      WL#1264 "Per-thread time zone support infrastructure". · 09ba29e5
      dlenev@brandersnatch.localdomain authored
      Added basic per-thread time zone functionality (based on public
      domain elsie-code). Now user can select current time zone
      (from the list of time zones described in system tables).
      All NOW-like functions honor this time zone, values of TIMESTAMP
      type are interpreted as values in this time zone, so now
      our TIMESTAMP type behaves similar to Oracle's TIMESTAMP WITH
      LOCAL TIME ZONE (or proper PostgresSQL type).
        
      WL#1266 "CONVERT_TZ() - basic time with time zone conversion 
      function".
        
      Fixed problems described in Bug #2336 (Different number of warnings 
      when inserting bad datetime as string or as number). This required
      reworking of datetime realted warning hadling (they now generated 
      at Field object level not in conversion functions).
        
      Optimization: Now Field class descendants use table->in_use member
      instead of current_thd macro.
      09ba29e5
  19. 22 May, 2004 1 commit
  20. 06 May, 2004 1 commit
  21. 05 May, 2004 2 commits
  22. 07 Apr, 2004 1 commit
  23. 05 Apr, 2004 1 commit
    • monty@mysql.com's avatar
      Fixed many compiler warnings · 42cf92ce
      monty@mysql.com authored
      Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
      Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
      Set locked_in_memory properly
      42cf92ce
  24. 04 Apr, 2004 1 commit
  25. 30 Mar, 2004 2 commits
  26. 29 Mar, 2004 1 commit
  27. 22 Mar, 2004 1 commit
  28. 21 Mar, 2004 1 commit
  29. 04 Mar, 2004 1 commit
  30. 20 Feb, 2004 1 commit
  31. 07 Jan, 2004 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · 2e7a5d3e
      hf@deer.(none) authored
      WL#1246 (Query cache in embedded library)
      Some fixes after testing
      2e7a5d3e
  32. 19 Dec, 2003 1 commit
  33. 10 Dec, 2003 1 commit
  34. 01 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · afd0b378
      hf@deer.(none) authored
      WL#1246 (Query cache in embedded library)
      afd0b378
  35. 20 Nov, 2003 1 commit
  36. 07 Nov, 2003 1 commit
  37. 07 Oct, 2003 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 6112853c
      heikki@hundin.mysql.fi authored
        Multiple tablespaces for InnoDB
      sql_table.cc:
        Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE
      sql_update.cc, sql_select.cc, my_base.h:
        More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
      6112853c
  38. 03 Oct, 2003 1 commit