1. 12 Oct, 2010 1 commit
  2. 11 Oct, 2010 7 commits
  3. 07 Oct, 2010 2 commits
  4. 06 Oct, 2010 7 commits
  5. 05 Oct, 2010 13 commits
  6. 04 Oct, 2010 10 commits
    • Vladislav Vaintroub's avatar
      73e139c4
    • Vladislav Vaintroub's avatar
      More fixes after WL1054 push: · 7c4404b6
      Vladislav Vaintroub authored
      - fix ~20 warnings about redefinition of HAVE_DLOPEN 
        This was caused by new ADD_DEFINITIONS(-DHAVE_DLOPEN) inside client library CMakeLists.txt
      
      - fix dlerror() message which ("static build?" )  which is only confusing on Windows,
        there is no "static build"
      7c4404b6
    • Vladislav Vaintroub's avatar
      Fix compile error on Windows after WL#1054 push. · c6de6320
      Vladislav Vaintroub authored
      The error was introduced by typo in variable name (errormsg instead of correct
      errmsg)
      
      - Also, precache  HAVE_PEERCRED to OFF in cmake\os\WindowsCache.cmake
      (to avoid useless system check).
      - Also, add missing check for errors from FormatMessage().
      
      - Also, remove annoying CMake debug printout of MALLOC_LIB if this is not set.
      c6de6320
    • Georgi Kodinov's avatar
      merge · 7f491aea
      Georgi Kodinov authored
      7f491aea
    • Joerg Bruehe's avatar
      Merge 56267 into 5.5-bugteam. · fdadaf07
      Joerg Bruehe authored
      fdadaf07
    • Georgi Kodinov's avatar
      worklog 1054: Fixed test suite typos · 051fbd24
      Georgi Kodinov authored
      051fbd24
    • Georgi Kodinov's avatar
      Bug #56767: Make sure client plugins in 1054 are compatible with · fee2a518
      Georgi Kodinov authored
        connectors plugins
            
      Implemented changes needed to keep the client plugin API compatible with 
      the existing plugins :
            
      1. Provided an options() client plugin API to let the application pass
      options to the plugin after loading it
      2. Added "License" (const char *) to specify the client plugin's license
      3. Added "mysql_api" as a placeholder that the client library can use
      to pass function pointers to the plugin so that the plugin can call the 
      C lib back.
      4. Updated the existing client plugins to comply with the API change.
      5. Added more detailed error message generation for Windows.
      fee2a518
    • Georgi Kodinov's avatar
      merge · dd2e3db4
      Georgi Kodinov authored
      dd2e3db4
    • Davi Arnaut's avatar
      Bug#57210: remove pstack · 774a5778
      Davi Arnaut authored
      Quoting from the bug report:
      
      The pstack library has been included in MySQL since version
      4.0.0. It's useless and should be removed.
      
      Details: According to its own documentation, pstack only works
      on Linux on x86 in 32 bit mode and requires LinuxThreads and a
      statically linked binary. It doesn't really support any Linux
      from 2003 or later and doesn't work on any other OS.
      774a5778
    • Vasil Dimov's avatar
      Merge mysql-5.5-innodb -> mysql-5.5-bugteam · 9cc9916d
      Vasil Dimov authored
      9cc9916d