summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <konstantin@mysql.com>2005-06-17 00:34:35 +0400
committerunknown <konstantin@mysql.com>2005-06-17 00:34:35 +0400
commit574f6c8dccb7d0e56cfb6ebbbbfeaa115bd247e0 (patch)
tree0dea838e5cf9b6ff20c6627b8c9ae6aa6f96192c /mysql-test
parentf2e153e53f412e9d88c3fb0f97725031e15edf13 (diff)
parentc0484a301f1dfdac6b63b25cf0e4697a2ad9d05c (diff)
downloadmariadb-git-574f6c8dccb7d0e56cfb6ebbbbfeaa115bd247e0.tar.gz
Manual merge (4.1->5.0)
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/ps_grant.result2
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;