summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/sync_binlog_basic.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/t/sync_binlog_basic.test')
-rw-r--r--mysql-test/suite/sys_vars/t/sync_binlog_basic.test27
1 files changed, 1 insertions, 26 deletions
diff --git a/mysql-test/suite/sys_vars/t/sync_binlog_basic.test b/mysql-test/suite/sys_vars/t/sync_binlog_basic.test
index 5b7c5f37191..4b5cc379fbf 100644
--- a/mysql-test/suite/sys_vars/t/sync_binlog_basic.test
+++ b/mysql-test/suite/sys_vars/t/sync_binlog_basic.test
@@ -36,27 +36,6 @@
##################################################################
SET @start_value = @@global.sync_binlog;
-SELECT @start_value;
-
-
---echo '#--------------------FN_DYNVARS_168_01------------------------#'
-##################################################################
-# Display the DEFAULT value of sync_binlog #
-##################################################################
-
-SET @@global.sync_binlog = 99;
-SET @@global.sync_binlog = DEFAULT;
-SELECT @@global.sync_binlog;
-
-
---echo '#---------------------FN_DYNVARS_168_02-------------------------#'
-###############################################
-# Verify default value of variable #
-###############################################
-
-SET @@global.sync_binlog = @start_value;
-SELECT @@global.sync_binlog = 0;
-
--echo '#--------------------FN_DYNVARS_168_03------------------------#'
###################################################################
@@ -121,8 +100,6 @@ SELECT @@global.sync_binlog = VARIABLE_VALUE
FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME='sync_binlog';
-
-
--echo '#---------------------FN_DYNVARS_168_07----------------------#'
##########################################################################
# Check if sync_binlog can be accessed with and without @@ sign #
@@ -144,9 +121,7 @@ SELECT sync_binlog = @@session.sync_binlog;
##############################
SET @@global.sync_binlog = @start_value;
-SELECT @@global.sync_binlog;
-
########################################################################
-# END OF sync_binlog TESTS #
+# END OF sync_binlog TESTS #
########################################################################