mariadb/mysql-test/include/is_embedded.inc
Sergei Golubchik 902491c397 * change the test to use is_embedded.inc instead of a direct check
* remove is_embedded.require
2013-12-22 17:11:38 +01:00

5 lines
92 B
PHP

if (`SELECT VERSION() NOT LIKE '%embedded%'`)
{
--skip Test requires: embedded server
}