config root man

Current Path : /home/usr.opt/mysql57/mysql-test/include/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //home/usr.opt/mysql57/mysql-test/include/not_group_replication_plugin.inc

#  This inc file checks for the Group Replication plugin in
#  the information_schema.plugins and if the inc file is not
#  available the particular test should be skipped.
#
#  Used to suppress the test run with Group Replication.
#
--let $include_silent= 1
--source include/rpl_group_replication_plugin_installed.inc
if ($group_replication_plugin_installed)
{
  --skip Test doesn't support Group Replication plugin
}
--let $include_silent= 0

Man Man