MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
no_protocol.inc
1 # Tests for the performance schema
2 
3 # The file with expected results fits only to a run without
4 # ps-protocol/sp-protocol/cursor-protocol/view-protocol.
5 if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
6  + $VIEW_PROTOCOL > 0`)
7 {
8  --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
9 }
10