blob: c3a9c3e12c803c710919b0493649cab3d655db81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# 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
-- require r/not_embedded.require
disable_query_log;
select version() like '%embedded%' as 'have_embedded';
enable_query_log;
|