summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_ssl_communication.inc
blob: 84278e7288a754916e720a3e4283051e10421bc5 (plain)
1
2
3
4
if (`SELECT count(*) = 0 FROM information_schema.GLOBAL_VARIABLES WHERE
      VARIABLE_NAME = 'have_ssl' AND VARIABLE_VALUE = 'YES'`){
  skip Needs SSL;
}