mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix a test for cmake -DPLUGIN_PERFSCHEMA=NO
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
# Test requires: sp-protocol/ps-protocol/view-protocol/cursor-protocol disabled
|
# Test requires: sp-protocol/ps-protocol/view-protocol/cursor-protocol disabled
|
||||||
--source include/no_protocol.inc
|
--source include/no_protocol.inc
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
--source include/have_perfschema.inc
|
||||||
|
|
||||||
CREATE TABLE test.v1 (a int, b int);
|
CREATE TABLE test.v1 (a int, b int);
|
||||||
INSERT INTO test.v1 VALUES (1, 100), (2, 200), (3, 300);
|
INSERT INTO test.v1 VALUES (1, 100), (2, 200), (3, 300);
|
||||||
|
Reference in New Issue
Block a user