mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
mysql-5.7.39
This commit is contained in:
17
mysql-test/suite/perfschema/include/processlist_set.inc
Normal file
17
mysql-test/suite/perfschema/include/processlist_set.inc
Normal file
@@ -0,0 +1,17 @@
|
||||
# ../include/processlist_set.inc
|
||||
#
|
||||
# SUMMARY
|
||||
#
|
||||
# Set the value of performance_schema_show_proceslist then
|
||||
# wait for the operation to complete
|
||||
#
|
||||
# USAGE
|
||||
#
|
||||
# let $pfs_spl = on;
|
||||
# --source ../include/processlist_set.inc
|
||||
|
||||
eval set @@global.performance_schema_show_processlist = $pfs_spl;
|
||||
|
||||
let $wait_condition = show variables where variable_name like '%show_processlist%' and value = '$pfs_spl';
|
||||
--source include/wait_condition.inc
|
||||
|
Reference in New Issue
Block a user