用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
916 B

## Script xplugin_preamble.inc
#
# $do_not_wait_for_x_interface -
# set for which interfaces the script shouldn't wait
# In default the script wait for both socket and tcp
# on *NIX OS-es and only for TCP on windows
#
# $dont_load_mysqlx_cleaner_plugin -
# define is the script should install the mysqlx_cleaner plugin
# or do only pre-checks
# $dont_load_mysqlx_plugin -
# define is the script should install mysqlx plugin
# or do only pre-checks
#
## Usage
#
# --let $wait_for_tcpsocket_status = valid_value|undefined_value|no_wait
# --let $wait_for_unixsocket_status = valid_value|undefined_value|no_wait
# --source include/xplugin_preamble.inc
#
source have_mysqlx_plugin.inc;
source xplugin_reset_and_wait.inc;
source mysqlxtest_macro_dir.inc;
--disable_query_log
--disable_result_log
TRUNCATE TABLE performance_schema.events_waits_history_long;
--enable_result_log
--enable_query_log