1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fix a test for cmake -DPLUGIN_PERFSCHEMA=NO

This commit is contained in:
Marko Mäkelä
2021-12-11 15:27:14 +02:00
parent a9b5f59989
commit 88b339805d

View File

@ -8,6 +8,7 @@
# Test requires: sp-protocol/ps-protocol/view-protocol/cursor-protocol disabled
--source include/no_protocol.inc
--source include/not_embedded.inc
--source include/have_perfschema.inc
CREATE TABLE test.v1 (a int, b int);
INSERT INTO test.v1 VALUES (1, 100), (2, 200), (3, 300);