mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Fixed some tests that failes when built with valgrind
Example build: ./BUILD/compile-pentium64-valgrind-max Fixes: - sp-no-valgrind failed if binary was built for valgrind as in this case mem_root is allocated in very small hunks which the test cannot handle. Fixed by testing of valgrind build - truncate_notembedded failed in reap because of more memory used. Fixed by allowing reap to fail too
This commit is contained in:
@ -18,6 +18,7 @@ SELECT * FROM t1;
|
||||
UNLOCK TABLES;
|
||||
|
||||
--connection con1
|
||||
--error 0,ER_OPTION_PREVENTS_STATEMENT
|
||||
--reap
|
||||
# This may work or fail as different servers uses different amount of
|
||||
# memory and the statement may work or not. What is important is that we
|
||||
|
Reference in New Issue
Block a user