diff options
author | unknown <serg@janus.mylan> | 2007-12-21 00:01:07 +0100 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-12-21 00:01:07 +0100 |
commit | 1390bdb8b873158bfb82c006dfdfc138f0656f27 (patch) | |
tree | d9cb972fe9c6cf4eb8d17e77cfc72371165dbe30 /mysql-test/t/variables.test | |
parent | 1548cb679a0e3c8b985a484adcc0a1fd9051ae02 (diff) | |
download | mariadb-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/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index dd332a4f528..51f8d6db1db 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -144,7 +144,7 @@ set GLOBAL myisam_max_sort_file_size=default; --replace_result 9223372036853727232 FILE_SIZE 2146435072 FILE_SIZE show global variables like 'myisam_max_sort_file_size'; --replace_result 9223372036853727232 FILE_SIZE 2146435072 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'; set global net_retry_count=10, session net_retry_count=10; set global net_buffer_length=1024, net_write_timeout=200, net_read_timeout=300; |