diff options
author | monty@narttu.mysql.fi <> | 2003-05-14 23:06:06 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-05-14 23:06:06 +0300 |
commit | a46c0a7cace4075c8f77a54bdf8d7f02373a1ea2 (patch) | |
tree | 7b78f08478a4c59d98b9de899303a3435b3b288c /mysql-test/r/variables.result | |
parent | bceefa954a36a24572db65281bec32603bc8ab73 (diff) | |
download | mariadb-git-a46c0a7cace4075c8f77a54bdf8d7f02373a1ea2.tar.gz |
Portability fix for 64 bit machines
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 8a6791004ee..7c054f55acd 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -115,7 +115,7 @@ myisam_max_sort_file_size 1048576 set GLOBAL myisam_max_sort_file_size=default; show variables like 'myisam_max_sort_file_size'; Variable_name Value -myisam_max_sort_file_size 2147483647 +myisam_max_sort_file_size 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; set session net_buffer_length=2048, net_write_timeout=500, net_read_timeout=600; |