summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/max_long_data_size_basic.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/sys_vars/r/max_long_data_size_basic.result')
-rw-r--r--mysql-test/suite/sys_vars/r/max_long_data_size_basic.result14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-test/suite/sys_vars/r/max_long_data_size_basic.result b/mysql-test/suite/sys_vars/r/max_long_data_size_basic.result
deleted file mode 100644
index 679a0d3611f..00000000000
--- a/mysql-test/suite/sys_vars/r/max_long_data_size_basic.result
+++ /dev/null
@@ -1,14 +0,0 @@
-select @@global.max_long_data_size=20;
-@@global.max_long_data_size=20
-0
-select @@session.max_long_data_size;
-ERROR HY000: Variable 'max_long_data_size' is a GLOBAL variable
-SELECT @@global.max_long_data_size = VARIABLE_VALUE
-FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
-WHERE VARIABLE_NAME='max_long_data_size';
-@@global.max_long_data_size = VARIABLE_VALUE
-1
-set global max_long_data_size=1;
-ERROR HY000: Variable 'max_long_data_size' is a read only variable
-set session max_long_data_size=1;
-ERROR HY000: Variable 'max_long_data_size' is a read only variable