1. 27 Jul, 2007 2 commits
    • dkatz@damien-katzs-computer.local's avatar
      Merge damien-katzs-computer.local:/Users/dkatz/50_hpux · 32fce0e1
      dkatz@damien-katzs-computer.local authored
      into  damien-katzs-computer.local:/Users/dkatz/mysql51
      32fce0e1
    • dkatz@damien-katzs-computer.local's avatar
      Bug #25061 Build failure on HP/UX similar to BUG#20507 · 9fe1a5a9
      dkatz@damien-katzs-computer.local authored
      Added libCsup as a mysql library dependency on hpux11.
      
      This means any projects statically linking to our libraries using the HPUX11 compiler will need to add the -lCSup option to their build link options. If they use the mysql_config tool this will happen automatically.
      
      Projects that dynamically link to libmysqlclient will continue to work without any modifications.
      
      Library libCsup is a C++ runtime library needed for yassl support when built with the hpux11 C/C++ compiler. The first attempts to fix this bug were to remove the yassl dependencies on libCsup. We tried removing all pure virtual functions and other hacks, but the dependency remained. The only other options left involve extensive restructuring of the yassl library.
          
      9fe1a5a9
  2. 25 Jul, 2007 10 commits
  3. 24 Jul, 2007 2 commits
  4. 21 Jul, 2007 1 commit
  5. 20 Jul, 2007 18 commits
  6. 19 Jul, 2007 7 commits