Commit 0d663582 authored by Monty's avatar Monty

Disabled test in 32bit that uses too much memory or cpu

parent 9cba6c5a
......@@ -15,6 +15,8 @@
# This is a big test.
--source include/big_test.inc
# Test needs more than 4G of memory
--source include/have_64bit.inc
--echo #
--echo # Preparatory cleanup.
......
--source include/have_innodb.inc
--source include/have_debug.inc
--source include/big_test.inc
--source include/have_64bit.inc
--echo #
--echo # Bug Bug #27304661 MYSQL CRASH DOING SYNC INDEX ]
......
......@@ -8,6 +8,8 @@
--source include/have_debug.inc
--source include/big_test.inc
--source include/not_valgrind.inc
--source include/have_64bit.inc
# Create table with R-tree index.
create table t1 (c1 int, c2 geometry not null, spatial index (c2))engine=innodb;
......
......@@ -3,6 +3,7 @@
-- source include/have_ssl_communication.inc
-- source include/big_test.inc
-- source include/have_64bit.inc
# Save the initial number of concurrent sessions
--source include/count_sessions.inc
......
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