Commit d4f28555 authored by unknown's avatar unknown

Fix results so that it works also if SAFEMALLOC is used

(When SAFEMALLOC is used, the value of MALLOC_OVERHEAD is different, which affect variable values)

parent 0f9d36be
......@@ -1303,6 +1303,8 @@ update t1 set s1=2 where seq=1;
check table t1 extended;
drop table t1;
# Fix if we are using safemalloc
--replace_result 8388572 8388600
show variables like 'maria%';
--replace_column 2 #
show status like 'maria%';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment