summaryrefslogtreecommitdiff
path: root/mysql-test/r/show_check.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r--mysql-test/r/show_check.result12
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result
index 351bfaf9d96..e2b92e443ee 100644
--- a/mysql-test/r/show_check.result
+++ b/mysql-test/r/show_check.result
@@ -1538,14 +1538,14 @@ GET_LOCK('t', 1000)
SET NAMES latin1;
SELECT GET_LOCK('t',1000) AS 'óóóó';;
SHOW PROCESSLIST;
-Id User Host db Command Time State Info
-### root ### test Query ### ### SHOW PROCESSLIST
-### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
+Id User Host db Command Time State Info Progress
+### root ### test Query ### ### SHOW PROCESSLIST 0.000
+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó' 0.000
SET NAMES utf8;
SHOW PROCESSLIST;
-Id User Host db Command Time State Info
-### root ### test Query ### ### SHOW PROCESSLIST
-### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó'
+Id User Host db Command Time State Info Progress
+### root ### test Query ### ### SHOW PROCESSLIST 0.000
+### root ### test Query ### ### SELECT GET_LOCK('t',1000) AS 'óóóó' 0.000
SELECT RELEASE_LOCK('t');
RELEASE_LOCK('t')
1