From e5403ec95a82002ff30b74fd8d556a1641426d31 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Sat, 11 Jun 2011 11:41:46 +0300 Subject: 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. --- mysql-test/suite/maria/t/maria3.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/suite/maria/t/maria3.test') 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%'; -- cgit v1.2.1