1. 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
  2. 27 Feb, 2010 1 commit
  3. 26 Feb, 2010 3 commits
  4. 25 Feb, 2010 6 commits
  5. 24 Feb, 2010 13 commits
  6. 23 Feb, 2010 12 commits
  7. 22 Feb, 2010 4 commits