mysql5/mysql-5.7.27/mysql-test/include/init_option_test.inc

12 lines
238 B
PHP

# This include file contains perl code to initialize the environment for testing of startup options
# with bootstrap.
# Creator: Horst Hunger
# Date: 2012-09-17
#
perl;
use lib "include";
use server_option_test;
init_bootstrap();
EOF