1. 16 Mar, 2010 3 commits
  2. 15 Mar, 2010 1 commit
  3. 12 Mar, 2010 7 commits
  4. 11 Mar, 2010 7 commits
  5. 10 Mar, 2010 18 commits
  6. 09 Mar, 2010 4 commits
    • Marc Alff's avatar
      Bug#51878 Build break in HPUX involving mysql_prlock on a client · dbdd83a4
      Marc Alff authored
      This is a fix specific for HPUX,
      for which the compiler does not resolve properly dependencies
      involving unused inline functions.
      (See existing comments in mysql_thread.h)
      
      In include/mysql/psi/mysql_thread.h,
      the instrumentation helpers for mysql_prlock_*
      uses the pr lock apis.
      
      These apis are implemented in mysys/thr_rwlock.c,
      which is not linked to client code.
      
      As a result, the code does not link in libmysql_r, on HPUX.
      
      The fix is to cut dependencies explicitely,
      by introducing -DDISABLE_MYSQL_RWLOCK_H,
      when building client code.
      dbdd83a4
    • Bjorn Munch's avatar
      upmerge 45482 · 1814128b
      Bjorn Munch authored
      1814128b
    • Bjorn Munch's avatar
      merge from trunk · bf98cc7b
      Bjorn Munch authored
      bf98cc7b
    • Bjorn Munch's avatar
      merge 45482 · 937eabd3
      Bjorn Munch authored
      937eabd3