1# 2# Test that we do not have an embedded server compiled with privileges. 3# This is not a regular setup, but we are running this in buildbot for 4# testing of embedded + privileges. 5# Some funcs_1 test cannot handle this combination, which is why we have this 6# file to disable them 7# 8 9--source include/is_embedded.inc 10 11let priv=`SELECT privileges FROM information_schema.columns limit 1`; 12 13if (`SELECT "$priv" <> ""`) 14{ 15 --skip Embedded server is compiled with privileges; Test disabled. 16} 17