summaryrefslogtreecommitdiff
path: root/mysql-test/main/custom_aggregate_functions.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/custom_aggregate_functions.test')
-rw-r--r--mysql-test/main/custom_aggregate_functions.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/custom_aggregate_functions.test b/mysql-test/main/custom_aggregate_functions.test
index 4b6129b5974..78374684290 100644
--- a/mysql-test/main/custom_aggregate_functions.test
+++ b/mysql-test/main/custom_aggregate_functions.test
@@ -1,3 +1,6 @@
+# Check tests after fix MDEV-28475
+-- source include/no_view_protocol.inc
+
create table t2 (sal int(10));
delimiter |;