config root man

Current Path : /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 : //usr/opt/mysql57/mysql-test/include/have_optimizer_trace.inc

--disable_query_log
--disable_warnings
# Check if variable optimizer_trace exists
let $have_var = `select TRUE from information_schema.session_variables where variable_name="optimizer_trace"`;
if (!$have_var)
{
  skip requires optimizer trace support;
}
--enable_warnings
--enable_query_log

Man Man