~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

Viewing changes to mysql-test/include/no_protocol.inc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The file with expected results fits only to a run without
 
2
# ps-protocol/sp-protocol/cursor-protocol/view-protocol.
 
3
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL + $CURSOR_PROTOCOL
 
4
            + $VIEW_PROTOCOL > 0`)
 
5
{
 
6
   --skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
 
7
}
 
8