summaryrefslogtreecommitdiff
path: root/mysql-test/main/fast_prefix_index_fetch_innodb.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/fast_prefix_index_fetch_innodb.test')
-rw-r--r--mysql-test/main/fast_prefix_index_fetch_innodb.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/main/fast_prefix_index_fetch_innodb.test b/mysql-test/main/fast_prefix_index_fetch_innodb.test
index 1987416ff87..68d3dc0648d 100644
--- a/mysql-test/main/fast_prefix_index_fetch_innodb.test
+++ b/mysql-test/main/fast_prefix_index_fetch_innodb.test
@@ -1,4 +1,5 @@
-- source include/have_innodb.inc
+--disable_service_connection
SET @save_opt= @@GLOBAL.innodb_prefix_index_cluster_optimization;
set global innodb_prefix_index_cluster_optimization = ON;
@@ -717,3 +718,4 @@ AND path IN ( '/fondsinvesteringer/', '/' );
DROP TABLE wp_blogs;
SET GLOBAL innodb_prefix_index_cluster_optimization = @save_opt;
+--enable_service_connection