An error occurred fetching the project authors.
  1. 10 Jun, 2010 1 commit
    • Sergei Golubchik's avatar
      fixed for mysql-test-run to · e96885de
      Sergei Golubchik authored
      * fully support --mysqld=--plugin-load=xxxx
      * uniformly support all loadable plugins, no need to hard-code
        every new plugin in mtr
      * autodetect MTR_VS_CONFIG on windows
      e96885de
  2. 14 Mar, 2010 1 commit
  3. 13 Mar, 2010 1 commit
  4. 09 Mar, 2010 1 commit
    • Davi Arnaut's avatar
      Bug#51770: UNINSTALL PLUGIN requires no privileges · 81ffd72a
      Davi Arnaut authored
      The problem was that UNINSTALL PLUGIN wasn't performing privilege
      checks before removing a plugin. Any user (including users without 
      any kind of privileges) could uninstall any plugin.
      
      The solution is to verify if the user has the DELETE privilege for
      the mysql.plugin table before uninstalling a plugin.
      
      mysql-test/r/plugin_not_embedded.result:
        Add test case result for Bug#51770.
      mysql-test/t/plugin_not_embedded-master.opt:
        Add example plugin path.
      mysql-test/t/plugin_not_embedded.test:
        Add test case for Bug#51770.
        Skip embedded as test relies on privileges checks.
      81ffd72a