diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-12-01 15:35:01 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-12-01 15:35:01 +0100 |
commit | 4e9e04b28b1b65a40aaf3a5e1b5dd4f8a41e6792 (patch) | |
tree | 24bb64aede500e338d2a5935761256a7387d084d /mysql-test/include | |
parent | 230132dc419c12f3f6b866b288f06446a84cd91b (diff) | |
download | mariadb-git-4e9e04b28b1b65a40aaf3a5e1b5dd4f8a41e6792.tar.gz |
tests that require server restart cannot be run with --embedded
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/restart_mysqld.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/restart_mysqld.inc b/mysql-test/include/restart_mysqld.inc index 49f6dfd5364..3d53fada870 100644 --- a/mysql-test/include/restart_mysqld.inc +++ b/mysql-test/include/restart_mysqld.inc @@ -1,3 +1,4 @@ +--source include/not_embedded.inc if ($rpl_inited) { |