diff options
author | unknown <anozdrin/alik@quad.> | 2008-02-13 13:00:24 +0300 |
---|---|---|
committer | unknown <anozdrin/alik@quad.> | 2008-02-13 13:00:24 +0300 |
commit | e40e60fe333f1e626732aa1d2087fb444dbc74d6 (patch) | |
tree | c40a5d51bf96b759ab604014266ac3b9383d8d9c /mysql-test/r/not_embedded_server.result | |
parent | f8c40728ede2daca18757500f087861362640db2 (diff) | |
download | mariadb-git-e40e60fe333f1e626732aa1d2087fb444dbc74d6.tar.gz |
Additional patch for Bug#31222: com_% global status counters
behave randomly with mysql_change_user.
The test case had to be moved into not_embedded_server.test file,
because SHOW GLOBAL STATUS does not work properly in embedded
server (see bug 34517).
BitKeeper/deleted/.del-change_user-master.opt:
Delete: mysql-test/t/change_user-master.opt
mysql-test/r/change_user.result:
Move test case for Bug#31222 to not_embedded_server.test.
mysql-test/r/not_embedded_server.result:
Move test case for Bug#31222 to not_embedded_server.test.
mysql-test/t/change_user.test:
Move test case for Bug#31222 to not_embedded_server.test.
mysql-test/t/not_embedded_server.test:
Move test case for Bug#31222 to not_embedded_server.test.
Diffstat (limited to 'mysql-test/r/not_embedded_server.result')
-rw-r--r-- | mysql-test/r/not_embedded_server.result | 7 |
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 f2ffe28895d..1b734136e6c 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 executing SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE COMMAND!='Daemon' deallocate prepare stmt1; +FLUSH STATUS; +SHOW GLOBAL STATUS LIKE 'com_select'; +Variable_name Value +Com_select 102 +SHOW GLOBAL STATUS LIKE 'com_select'; +Variable_name Value +Com_select 102 |