summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2007-12-21 00:01:07 +0100
committerunknown <serg@janus.mylan>2007-12-21 00:01:07 +0100
commit1390bdb8b873158bfb82c006dfdfc138f0656f27 (patch)
treed9cb972fe9c6cf4eb8d17e77cfc72371165dbe30 /mysql-test/r/variables.result
parent1548cb679a0e3c8b985a484adcc0a1fd9051ae02 (diff)
downloadmariadb-git-1390bdb8b873158bfb82c006dfdfc138f0656f27.tar.gz
variables.result, variables.test:
test case fixed mysql-test/r/variables.result: test case fixed mysql-test/t/variables.test: test case fixed
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 658a3ffa7a1..e5c3c860c93 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -223,7 +223,7 @@ set GLOBAL myisam_max_sort_file_size=default;
show global variables like 'myisam_max_sort_file_size';
Variable_name Value
myisam_max_sort_file_size FILE_SIZE
-select * from information_schema.session_variables where variable_name like 'myisam_max_sort_file_size';
+select * from information_schema.global_variables where variable_name like 'myisam_max_sort_file_size';
VARIABLE_NAME VARIABLE_VALUE
MYISAM_MAX_SORT_FILE_SIZE FILE_SIZE
set global net_retry_count=10, session net_retry_count=10;