From 1b78d8b86cf3ff96772eda2fa020919879693632 Mon Sep 17 00:00:00 2001 From: Alain Jobart Date: Thu, 26 Mar 2015 07:48:02 -0700 Subject: [PATCH] Using faster my.cnf in tests. not sure how we got rid of that. --- test/tablet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tablet.py b/test/tablet.py index 6a72104c95..18279682ce 100644 --- a/test/tablet.py +++ b/test/tablet.py @@ -28,7 +28,7 @@ tablet_cell_map = { def get_all_extra_my_cnf(extra_my_cnf): - all_extra_my_cnf = [] + all_extra_my_cnf = [environment.vttop + "/config/mycnf/default-fast.cnf"] flavor_my_cnf = mysql_flavor().extra_my_cnf() if flavor_my_cnf: all_extra_my_cnf.append(flavor_my_cnf)