diff options
author | Michael Widenius <monty@askmonty.org> | 2011-06-11 11:41:46 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-06-11 11:41:46 +0300 |
commit | e5403ec95a82002ff30b74fd8d556a1641426d31 (patch) | |
tree | 51e98b9ca2a5d2b5bbd203c9f2b7026be34dd5a5 /mysql-test/suite/maria/t/maria3.test | |
parent | 6d8d6afb640225144f447acfcd41880b29358b39 (diff) | |
download | mariadb-git-e5403ec95a82002ff30b74fd8d556a1641426d31.tar.gz |
Fixed build failures with maria3.test and widows build
mysql-test/suite/maria/t/maria3.test:
Fix when compiling with safemalloc
storage/maria/ha_maria.cc:
Fix that MAX_FILE_SIZE is not limited on 32 bit machines.
Diffstat (limited to 'mysql-test/suite/maria/t/maria3.test')
-rw-r--r-- | mysql-test/suite/maria/t/maria3.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/t/maria3.test b/mysql-test/suite/maria/t/maria3.test index b73b75ecfce..bc1dc47337f 100644 --- a/mysql-test/suite/maria/t/maria3.test +++ b/mysql-test/suite/maria/t/maria3.test @@ -260,7 +260,7 @@ check table t1 extended; drop table t1; # Fix if we are using safemalloc ---replace_result 8388572 8388600 +--replace_result 8388572 8388600 134217692 134217720 select lower(variable_name) as Variable_name, Variable_value as Value from information_schema.session_variables where variable_name like "aria%" and variable_name not like "aria_used_for_temp_tables" order by 1; --replace_column 2 # show status like 'aria%'; |