diff --git a/plugin/fulltext/CMakeLists.txt b/plugin/fulltext/CMakeLists.txt index 23710ee1312d9..3b6592b6ad3ea 100644 --- a/plugin/fulltext/CMakeLists.txt +++ b/plugin/fulltext/CMakeLists.txt @@ -13,5 +13,5 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA -MYSQL_ADD_PLUGIN(ftexample plugin_example.c +MYSQL_ADD_PLUGIN(ftexample example/plugin_example.c MODULE_ONLY MODULE_OUTPUT_NAME "mypluglib" COMPONENT Test) diff --git a/plugin/fulltext/AUTHORS b/plugin/fulltext/example/AUTHORS similarity index 100% rename from plugin/fulltext/AUTHORS rename to plugin/fulltext/example/AUTHORS diff --git a/plugin/fulltext/ChangeLog b/plugin/fulltext/example/ChangeLog similarity index 100% rename from plugin/fulltext/ChangeLog rename to plugin/fulltext/example/ChangeLog diff --git a/plugin/fulltext/NEWS b/plugin/fulltext/example/NEWS similarity index 100% rename from plugin/fulltext/NEWS rename to plugin/fulltext/example/NEWS diff --git a/plugin/fulltext/README b/plugin/fulltext/example/README similarity index 100% rename from plugin/fulltext/README rename to plugin/fulltext/example/README diff --git a/plugin/fulltext/plugin_example.c b/plugin/fulltext/example/plugin_example.c similarity index 100% rename from plugin/fulltext/plugin_example.c rename to plugin/fulltext/example/plugin_example.c