summaryrefslogtreecommitdiff
path: root/mysql-test/t
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-05-28 02:04:07 +0300
committerunknown <monty@mysql.com>2004-05-28 02:04:07 +0300
commit6645955abf228aa8bd5070651f7473fe81319803 (patch)
tree57520d313686fb3d1f49b42e3164b95ea6835082 /mysql-test/t
parent935a801a8a0d2bfadf65d60c7ee21f4253f1c373 (diff)
parentd1306dfa9df20972f20d1973042e0164a3183919 (diff)
downloadmariadb-git-6645955abf228aa8bd5070651f7473fe81319803.tar.gz
merge with 4.0 to get fix for hpux
configure.in: Auto merged innobase/os/os0file.c: Auto merged mysql-test/t/variables.test: Auto merged mysql-test/r/variables.result: merge fix
Diffstat (limited to 'mysql-test/t')
-rw-r--r--mysql-test/t/variables.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test
index a1faa4a4f71..60ebeb045f5 100644
--- a/mysql-test/t/variables.test
+++ b/mysql-test/t/variables.test
@@ -291,6 +291,7 @@ set global ft_boolean_syntax = @@init_connect;
# variables are set
set global myisam_max_sort_file_size=4294967296;
+--replace_result 4294967296 MAX_FILE_SIZE 2146435072 MAX_FILE_SIZE
show global variables like 'myisam_max_sort_file_size';
set global myisam_max_sort_file_size=default;