summaryrefslogtreecommitdiff
path: root/mysql-test/t/not_embedded_server.test
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-01-15 12:56:05 +0300
committerAlexander Nozdrin <alik@sun.com>2009-01-15 12:56:05 +0300
commit6dd7ac74dd96c1d2dc05f0238d1a6854426ac0ff (patch)
tree539c3cbee468ec51bd1dc6ab059bc1493e99098d /mysql-test/t/not_embedded_server.test
parentc5acb1258caaa896f63ee7fea7eed98a3e3c139a (diff)
parent333aa975ec53edc69b7ee8265c6cfbde06e15750 (diff)
downloadmariadb-git-6dd7ac74dd96c1d2dc05f0238d1a6854426ac0ff.tar.gz
Merge backport of patch for Bug#31222 from 5.0 to 5.1
Diffstat (limited to 'mysql-test/t/not_embedded_server.test')
-rw-r--r--mysql-test/t/not_embedded_server.test34
1 files changed, 0 insertions, 34 deletions
diff --git a/mysql-test/t/not_embedded_server.test b/mysql-test/t/not_embedded_server.test
index ffc13cf80f7..5beee5967a3 100644
--- a/mysql-test/t/not_embedded_server.test
+++ b/mysql-test/t/not_embedded_server.test
@@ -20,38 +20,4 @@ prepare stmt1 from ' SELECT * FROM INFORMATION_SCHEMA.PROCESSLIST WHERE COMMAND!
execute stmt1;
deallocate prepare stmt1;
-
-#
-# Bug#31222: com_% global status counters behave randomly with
-# mysql_change_user.
-#
-# Moved from change_user.test due to Bug#34517: SHOW GLOBAL STATUS does not
-# work properly in embedded server.
-#
-# TODO: move it back when Bug#34517 is fixed.
-#
-
-FLUSH STATUS;
-
---disable_result_log
---disable_query_log
-
-let $i = 100;
-
-while ($i)
-{
- dec $i;
-
- SELECT 1;
-}
-
---enable_query_log
---enable_result_log
-
-SHOW GLOBAL STATUS LIKE 'com_select';
-
---change_user
-
-SHOW GLOBAL STATUS LIKE 'com_select';
-
# End of 5.1 tests