mariadb/mysql-test/include/have_view_protocol.inc
Lena Startseva 6c3f1f661c MDEV-27691: make working view-protocol
Added ability to disable/enable (--disable_view_protocol/--enable_view_protocol) view-protocol in tests.
When the  option "--disable_view_protocol" is used  util connections are closed.
Added new test for checking view-protocol
2022-02-16 13:06:23 +07:00

6 lines
No EOL
148 B
PHP

# The file with expected results fits only to a run with
# view-protocol.
if (`SELECT $VIEW_PROTOCOL = 0`)
{
--skip Test requires view-protocol
}