diff options
author | konstantin@mysql.com <> | 2005-06-17 00:11:48 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2005-06-17 00:11:48 +0400 |
commit | dcb0e65dcb197b63f875378d58d42ceadf6cb874 (patch) | |
tree | aa80d8bfa43a8551cec82a9398a033d8fba6f9fa /mysql-test/r/ps_grant.result | |
parent | f10b395982f1b607dafce92ac3dfcd6e5a4bbbbf (diff) | |
download | mariadb-git-dcb0e65dcb197b63f875378d58d42ceadf6cb874.tar.gz |
Fix Bug#9334 "PS API queries in log file" and
Bug#8367 "low log doesn't gives complete information about prepared
statements"
Implement status variables for prepared statements commands (a port of
the patch by Andrey Hristov).
See details in comments to the changed files.
No test case as there is no way to test slow log/general log in
mysqltest.
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 0787f30c643..249fb2fe40f 100644 --- a/mysql-test/r/ps_grant.result +++ b/mysql-test/r/ps_grant.result @@ -78,4 +78,4 @@ drop database mysqltest; 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 |