diff options
author | tnurnberg@mysql.com/white.intern.koehntopp.de <> | 2007-12-03 10:01:56 +0100 |
---|---|---|
committer | tnurnberg@mysql.com/white.intern.koehntopp.de <> | 2007-12-03 10:01:56 +0100 |
commit | 658f66e36eea292f8248b26397fc7de93a4b9dc9 (patch) | |
tree | 9dfddae4fce46f28fa673e892155521b2f2966b8 /mysql-test/t/variables.test | |
parent | 31d4e58ad4c26fea1367ddb00ea0c26a17d3ddfc (diff) | |
download | mariadb-git-658f66e36eea292f8248b26397fc7de93a4b9dc9.tar.gz |
Bug#31177: Server variables can't be set to their current values
additional fixes for 64-bit
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 be7e7c2b413..a30ba758c27 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -126,7 +126,7 @@ set GLOBAL query_cache_size=100000; set GLOBAL myisam_max_sort_file_size=2000000; show global variables like 'myisam_max_sort_file_size'; set GLOBAL myisam_max_sort_file_size=default; ---replace_result 2147482624 FILE_SIZE 2146435072 FILE_SIZE +--replace_result 9223372036853727232 FILE_SIZE 2146435072 FILE_SIZE show variables like 'myisam_max_sort_file_size'; set global net_retry_count=10, session net_retry_count=10; |