Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
make plugins.processlist more robust
- Loading branch information
1 parent
e0139c2
commit 9fbe360
Showing
2 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,6 @@ | ||
| create table t1 (a int) engine=innodb; | ||
| start transaction; | ||
| insert t1 values (1); | ||
| state from show engine innodb status | ||
| state from show engine innodb status, must be empty | ||
|
|
||
| state from show processlist | ||
|
|
||
| drop table t1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters