summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/include/no_protocol.inc
blob: 451c22f62e38fa72d02aba58744c893aeb998036 (plain)
1
2
3
4
5
6
7
8
9
10
# Tests for the performance schema

# The file with expected results fits only to a run without
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
            + $VIEW_PROTOCOL > 0`)
{
   --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
}