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/have_ndb_debug.inc

# Check that ndb is compiled for debugging
# to all for using debugging commands in ndb_mgm
disable_query_log;
--exec $NDB_MGM --no-defaults --ndb-connectstring="$NDB_CONNECTSTRING" --verbose=0 -e "help" > $MYSQLTEST_VARDIR/tmp/help_debug.txt
create table help_debug(help varchar(256));
-- eval load data local infile '$MYSQLTEST_VARDIR/tmp/help_debug.txt' into table help_debug;
-- require r/have_ndb_debug.require
select count(*) as have_ndb_debug from help_debug where help like "%debug compiled%";
-- eval drop table help_debug;
enable_query_log;

Man Man