1. 14 Mar, 2010 1 commit
    • Mats Kindahl's avatar
      Bug #51938 plugin_dir gets bad default value · d21fa142
      Mats Kindahl authored
      When building the script directory using a CMake-based build, both the
      variables in config.h.cmake (including PLUGINDIR) and the variables in
      CMakeList.txt (which includes pkgplugindir).
      
      However, for autotools-based builds, only pkgplugindir is substituted,
      which means that the plugin-path is not substituted.
      
      This patch solves the problem by using pkgplugindir, which works on both
      CMake-based and autotools-based builds, instead of PLUGINDIR.
      d21fa142
  2. 01 Mar, 2010 1 commit
    • Mats Kindahl's avatar
      Bug #49022: Plugins included into bin release cannot be · 746965b7
      Mats Kindahl authored
                  installed on debug version of server
      
      When starting a server using mysqld_safe with the option
      --mysqld-version=debug, the debug version of the server
      is started. When attempting to load a plugin that is not
      debug-built, the load will fail because a non-debug built
      plugin use, e.g., fastmutex while the debug-built server
      uses safemutex.
      
      To solve this problem, mysqld_safe will set the plugin-dir
      to use a directory where debug-built plugins are placed.
      
      This patch sets the plugin dir to <plugin-dir>/whatever,
      when mysqld-version=whatever, and just <plugin-dir> otherwise.
      746965b7
  3. 27 Feb, 2010 1 commit
  4. 26 Feb, 2010 3 commits
  5. 25 Feb, 2010 6 commits
  6. 24 Feb, 2010 13 commits
  7. 23 Feb, 2010 12 commits
  8. 22 Feb, 2010 3 commits