From b903835265ce709a55f7df3f88d9cf32204992e5 Mon Sep 17 00:00:00 2001 From: Ingo Struewing Date: Thu, 27 Nov 2008 11:50:28 +0100 Subject: Bug#28234 - global/session scope - documentation vs implementation Post-pushbuild fix. - Windows does not have 'socket' system variable. - Compiler warning in sql/slave.cc --- mysql-test/t/variables.test | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'mysql-test/t/variables.test') 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; -- cgit v1.2.1