1. 20 Sep, 2010 26 commits
  2. 17 Sep, 2010 1 commit
  3. 10 Sep, 2010 2 commits
  4. 09 Sep, 2010 7 commits
  5. 08 Sep, 2010 2 commits
  6. 07 Sep, 2010 1 commit
  7. 06 Sep, 2010 1 commit
    • Mats Kindahl's avatar
      Bug #55966: "plugin" tests fail in 5.5 · 788d3c45
      Mats Kindahl authored
      On Solaris with version 3.4.6, the ha_example.so shared library is built
      with DTrace and the server is built without DTrace support. This occurs
      because dtrace.cmake disables DTrace support for 3.4.6, but still set
      HAVE_DTRACE, which causes probes_mysql.h to include probes_mysql_dtrace.h
      instead of probes_mysql_nodtrace.h.
      
      This patch fixes this by not setting HAVE_DTRACE on Solaris for GCC 3.4.6.
      788d3c45