diff options
author | unknown <anozdrin/alik@quad.> | 2008-02-01 17:23:46 +0300 |
---|---|---|
committer | unknown <anozdrin/alik@quad.> | 2008-02-01 17:23:46 +0300 |
commit | eab1044e23dc74b7e11e0a1a6a0178c161a83c54 (patch) | |
tree | 5a1297707461fff8bf96ade67cb11182774cc55c /mysql-test/t/variables.test | |
parent | d639cdc39cf2e5227d3e50d7b4c0f9ecfca671be (diff) | |
download | mariadb-git-eab1044e23dc74b7e11e0a1a6a0178c161a83c54.tar.gz |
Fix merge.
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 fd77a8fc9e9..4ae91dbcb69 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 2147483647 FILE_SIZE 9223372036853727232 FILE_SIZE show global variables like 'myisam_max_sort_file_size'; --replace_result 2147483647 FILE_SIZE 9223372036853727232 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; |