1. 03 Nov, 2011 3 commits
  2. 02 Nov, 2011 2 commits
  3. 29 Oct, 2011 1 commit
  4. 28 Oct, 2011 3 commits
  5. 26 Oct, 2011 3 commits
  6. 25 Oct, 2011 1 commit
  7. 02 Nov, 2011 2 commits
  8. 31 Oct, 2011 1 commit
  9. 24 Oct, 2011 2 commits
  10. 22 Oct, 2011 1 commit
  11. 21 Oct, 2011 2 commits
  12. 19 Oct, 2011 12 commits
  13. 06 Oct, 2011 1 commit
    • Magne Mahre's avatar
      Bug#12912112 MYSQL_CLIENT_TEST FAILS ON TEST_TRUNCATION · 68147625
      Magne Mahre authored
             
      Sun Studio 12 has an error when calculating the compile-time 
      length of a constant character string.  The error is only 
      present when building an optimized 32-bits version, using 
      the -xbuiltin=(%all) compiler flag. 
             
      During compilation, the compiler recognizes the use of 
      the strlen() function used on a constant string. It 
      optimizes the strlen and replaces it with the actual 
      length of the string.   This optimization seems to 
      calculate the length wrongly in this particular case. 
             
      Replacing the "const char *" with a "const char []" 
      solves the problem. 
      68147625
  14. 05 Oct, 2011 6 commits