diff options
Diffstat (limited to 'mysql-test/r/ps_grant.result')
-rw-r--r-- | mysql-test/r/ps_grant.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps_grant.result b/mysql-test/r/ps_grant.result index 8fbb06fe61b..651ac171e5d 100644 --- a/mysql-test/r/ps_grant.result +++ b/mysql-test/r/ps_grant.result @@ -90,5 +90,5 @@ drop user drop_user@localhost; prepare stmt4 from ' show full processlist '; execute stmt4; Id User Host db Command Time State Info -number root localhost test Query time NULL show full processlist +number root localhost test Execute time NULL show full processlist deallocate prepare stmt4; |