summaryrefslogtreecommitdiff
path: root/mysql-test/t/variables.test
diff options
context:
space:
mode:
authorIngo Struewing <ingo.struewing@sun.com>2008-11-27 11:50:28 +0100
committerIngo Struewing <ingo.struewing@sun.com>2008-11-27 11:50:28 +0100
commitb903835265ce709a55f7df3f88d9cf32204992e5 (patch)
treeb9f5110c8235c7edfbbd9e70c8c49411d237fc2a /mysql-test/t/variables.test
parent35bebf503fb64611e6088a169dabf926f403dd2c (diff)
downloadmariadb-git-b903835265ce709a55f7df3f88d9cf32204992e5.tar.gz
Bug#28234 - global/session scope - documentation vs implementation
Post-pushbuild fix. - Windows does not have 'socket' system variable. - Compiler warning in sql/slave.cc
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r--mysql-test/t/variables.test12
1 files changed, 0 insertions, 12 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test
index 1ef114b1a16..828cb3a2916 100644
--- a/mysql-test/t/variables.test
+++ b/mysql-test/t/variables.test
@@ -1067,18 +1067,6 @@ SET @@global.skip_show_database= true;
#
--echo #
--replace_column 2 #
-SHOW VARIABLES like 'socket';
---error ER_INCORRECT_GLOBAL_LOCAL_VAR
-SELECT @@session.socket;
---replace_column 1 #
-SELECT @@global.socket;
---error ER_INCORRECT_GLOBAL_LOCAL_VAR
-SET @@session.socket= 'x';
---error ER_INCORRECT_GLOBAL_LOCAL_VAR
-SET @@global.socket= 'x';
-#
---echo #
---replace_column 2 #
SHOW VARIABLES like 'thread_stack';
--error ER_INCORRECT_GLOBAL_LOCAL_VAR
SELECT @@session.thread_stack;