An error occurred fetching the project authors.
  1. 04 Oct, 2007 1 commit
  2. 24 Apr, 2007 1 commit
    • knielsen@ymer.(none)'s avatar
      BUG#27370: Potential inconsistent blob reads for ReadCommitted reads. · 56cf7a53
      knielsen@ymer.(none) authored
      The old blob implementation had code that attempted to upgrade the lock mode for
      LM_CommittedRead operations, but it did not work properly as it did not recompute
      the operation flags.
      
      As a consequence, reading a blob with LM_CommittedRead could return inconsistent
      data, with different part of the read data being from different commits done by
      other transactions.
      
      The fix is to correctly recompute all necessary flags when upgrading lock mode.
      56cf7a53
  3. 11 Apr, 2007 1 commit
  4. 07 Feb, 2007 1 commit
  5. 06 Feb, 2007 1 commit
  6. 23 Dec, 2006 1 commit
  7. 14 Dec, 2006 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed compiler warnings detected by option -Wshadow and -Wunused: · 88dd873d
      monty@mysql.com/narttu.mysql.fi authored
      - Removed not used variables and functions
      - Added #ifdef around code that is not used
      - Renamed variables and functions to avoid conflicts
      - Removed some not used arguments
      
      Fixed some class/struct warnings in ndb
      Added define IS_LONGDATA() to simplify code in libmysql.c
      
      I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
      88dd873d
  8. 30 Nov, 2006 1 commit
  9. 12 Oct, 2006 1 commit
  10. 15 Sep, 2006 1 commit
  11. 14 Sep, 2006 1 commit
  12. 24 Aug, 2006 1 commit
  13. 06 Jul, 2006 1 commit
  14. 04 Jul, 2006 1 commit
  15. 28 Jun, 2006 1 commit
  16. 27 Jun, 2006 1 commit
  17. 12 Jun, 2006 1 commit
  18. 08 Jun, 2006 1 commit
  19. 21 Apr, 2006 1 commit
  20. 23 Mar, 2006 1 commit
  21. 09 Jun, 2005 1 commit
  22. 11 Apr, 2005 1 commit
  23. 07 Apr, 2005 1 commit
  24. 05 Apr, 2005 1 commit
  25. 19 Jan, 2005 1 commit
  26. 28 Dec, 2004 1 commit
  27. 26 Dec, 2004 1 commit
  28. 23 Dec, 2004 1 commit
  29. 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
  30. 17 Dec, 2004 1 commit
  31. 15 Dec, 2004 1 commit
  32. 14 Dec, 2004 1 commit
  33. 12 Dec, 2004 1 commit
  34. 07 Dec, 2004 1 commit
  35. 06 Dec, 2004 1 commit
  36. 30 Nov, 2004 1 commit
  37. 29 Nov, 2004 2 commits
  38. 25 Nov, 2004 1 commit
  39. 23 Nov, 2004 1 commit