diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-01-15 12:56:05 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-01-15 12:56:05 +0300 |
commit | 91e5423c642c23ba393f005c844c6ee37093e1a8 (patch) | |
tree | 539c3cbee468ec51bd1dc6ab059bc1493e99098d /mysql-test/r/change_user.result | |
parent | 920021c9b8bed481238f6879543a9afe9fc9ecc9 (diff) | |
parent | 9a6e05d8b9908b3b0b5bca849f5af66e7c832e7c (diff) | |
download | mariadb-git-91e5423c642c23ba393f005c844c6ee37093e1a8.tar.gz |
Merge backport of patch for Bug#31222 from 5.0 to 5.1
Diffstat (limited to 'mysql-test/r/change_user.result')
-rw-r--r-- | mysql-test/r/change_user.result | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/r/change_user.result b/mysql-test/r/change_user.result index a075c01fe61..70da464a612 100644 --- a/mysql-test/r/change_user.result +++ b/mysql-test/r/change_user.result @@ -44,3 +44,10 @@ IS_FREE_LOCK('bug31418') SELECT IS_USED_LOCK('bug31418'); IS_USED_LOCK('bug31418') NULL +FLUSH STATUS; +SHOW GLOBAL STATUS LIKE 'com_select'; +Variable_name Value +Com_select 112 +SHOW GLOBAL STATUS LIKE 'com_select'; +Variable_name Value +Com_select 112 |