From a8010e76894ab9a4a5d249293e30409d3338496d Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 2 Oct 2024 23:30:17 +0300 Subject: [PATCH] Fixes buildbot issue with plugin.fulltext_plugin The test is using features not in the embedded server. Fixed by including not_embedded.inc --- mysql-test/suite/plugins/t/fulltext_plugin.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/suite/plugins/t/fulltext_plugin.test b/mysql-test/suite/plugins/t/fulltext_plugin.test index c0e1d8e17bf..4023bca8b41 100644 --- a/mysql-test/suite/plugins/t/fulltext_plugin.test +++ b/mysql-test/suite/plugins/t/fulltext_plugin.test @@ -1,4 +1,5 @@ --source include/have_simple_parser.inc +--source include/not_embedded.inc --echo # --echo # BUG#39746 - Debug flag breaks struct definition (server crash)