diff options
author | serg@janus.mylan <> | 2007-12-21 00:01:07 +0100 |
---|---|---|
committer | serg@janus.mylan <> | 2007-12-21 00:01:07 +0100 |
commit | b9785bbcc09c75d6303e5aa776d4765526a8e114 (patch) | |
tree | d9cb972fe9c6cf4eb8d17e77cfc72371165dbe30 /mysql-test/r/variables.result | |
parent | 7b6e89ee3925de63773997d2df32ba2966be959c (diff) | |
download | mariadb-git-b9785bbcc09c75d6303e5aa776d4765526a8e114.tar.gz |
variables.result, variables.test:
test case fixed
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r-- | mysql-test/r/variables.result | 2 |
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; |