summaryrefslogtreecommitdiff
path: root/mysql-test/r/not_embedded_server.result
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-01-15 12:36:34 +0300
committerAlexander Nozdrin <alik@sun.com>2009-01-15 12:36:34 +0300
commit9a6e05d8b9908b3b0b5bca849f5af66e7c832e7c (patch)
treebe028a1a84e838d448eb31e5e947534c24532f97 /mysql-test/r/not_embedded_server.result
parenta08460b83a9cbcc31fcc8875441a9430816c3421 (diff)
downloadmariadb-git-9a6e05d8b9908b3b0b5bca849f5af66e7c832e7c.tar.gz
Backport patch for Bug#31222 (com_% global status counters behave randomly
with mysql_change_user) to 5.0.
Diffstat (limited to 'mysql-test/r/not_embedded_server.result')
-rw-r--r--mysql-test/r/not_embedded_server.result7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/not_embedded_server.result b/mysql-test/r/not_embedded_server.result
index e471b5a3afa..edb698ade83 100644
--- a/mysql-test/r/not_embedded_server.result
+++ b/mysql-test/r/not_embedded_server.result
@@ -3,3 +3,10 @@ execute stmt1;
Id User Host db Command Time State Info
number root localhost test Query time NULL show full processlist
deallocate prepare stmt1;
+FLUSH STATUS;
+SHOW GLOBAL STATUS LIKE 'com_select';
+Variable_name Value
+Com_select 101
+SHOW GLOBAL STATUS LIKE 'com_select';
+Variable_name Value
+Com_select 101