1. 13 Dec, 2009 2 commits
    • Vladislav Vaintroub's avatar
      Fix add_suppresion in partition_recover_myisam. · 9051d1c0
      Vladislav Vaintroub authored
      error message would contain full path to ha_myisam.cc,
      if MySQL is compiled with CMake but suppression assumed
      only the filename without path.
      9051d1c0
    • Vladislav Vaintroub's avatar
      Dtrace on Solaris: · ef65dae9
      Vladislav Vaintroub authored
      fix excessive relinking that results from rerunning
      dtrace -G second time on the objects that come into 
      static library. 
      The reason for relinking is that dtrace -G changes 
      timestamp for the object file, which in turn results
      in re-archiving the mysys on next time make runs, 
      which causes relinking of the whole mysql, because
      everything depends on mysys.
      
      The fix is to copy objects into temp before running 
      dtrace -G in mysqld pre-build step. This way dtrace 
      does not affect the object timestamp.
      ef65dae9
  2. 12 Dec, 2009 4 commits
  3. 11 Dec, 2009 9 commits
  4. 10 Dec, 2009 9 commits
  5. 09 Dec, 2009 4 commits
  6. 08 Dec, 2009 5 commits
  7. 07 Dec, 2009 7 commits