summaryrefslogtreecommitdiff
path: root/mysql-test/include/not_embedded.inc
blob: 88185af3b15a2f9fbef0ca188f5d097b6e5fbbf6 (plain)
1
2
3
4
5
6
7
8
9
10
#
# suite.pm will make sure that all tests including this file
# will be skipped unless this is an embedded test run
#
# The test below is redundant

if (`select version() like '%embedded%'`) {
  This should never happen;
}