summaryrefslogtreecommitdiff
path: root/storage/tokudb/mysql-test/rpl/suite.pm
diff options
context:
space:
mode:
Diffstat (limited to 'storage/tokudb/mysql-test/rpl/suite.pm')
-rw-r--r--storage/tokudb/mysql-test/rpl/suite.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/rpl/suite.pm b/storage/tokudb/mysql-test/rpl/suite.pm
index ba9809a9930..3619ca716bc 100644
--- a/storage/tokudb/mysql-test/rpl/suite.pm
+++ b/storage/tokudb/mysql-test/rpl/suite.pm
@@ -5,6 +5,9 @@ use File::Basename;
# Ensure we can run the TokuDB tests even if hugepages are enabled
$ENV{TOKU_HUGE_PAGES_OK}=1;
+return "Doesn't work with tcmalloc" if $ENV{LD_PRELOAD} =~ /tcmalloc/ and
+ $mysql_version_id < 100000;
+
#return "Not run for embedded server" if $::opt_embedded_server;
return "No TokuDB engine" unless $ENV{HA_TOKUDB_SO} or $::mysqld_variables{tokudb};