用于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.
 
 
 
 
 
 

22 lines
785 B

CALL mtr.add_suppression("Master's UUID has changed, its old UUID is");
# Case 1:
# @@SERVER_UUID is readonly.
-----------------------------------------------------------------------------
SET GLOBAL SERVER_UUID= UUID();
ERROR HY000: Variable 'server_uuid' is a read only variable
# Case 2:
# If the file does not exists, mysqld generates it automatically.
-----------------------------------------------------------------------------
# restart
# Case 3:
# If there is no UUID in the file, mysqld generates it automatically.
-----------------------------------------------------------------------------
# restart
# Case 4:
# If there is a UUID in the file, it will be loaded into SERVER_UUID.
-----------------------------------------------------------------------------
# restart