mysql-server/mysql-test/t/show_processlist_state.test
2025-03-05 14:31:37 +07:00

9 lines
259 B
Text

#
# Output should be the same with or without the performance schema.
#
--echo "Test SHOW PROCESSLIST, column INFO"
--replace_column 1 ID 3 HOST 6 TIME
--replace_regex /Waiting on empty queue/WAITING/ /Waiting for next activation/WAITING/
show processlist;